#45D53C

Color #45D53C Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #45D53C

Tints of Lime Green #45D53C

Color information

#45D53C (or 0x45D53C) is unknown color: approx Lime Green. HEX triplet: 45, D5 and 3C. RGB value is (69,213,60). Sum of RGB (Red+Green+Blue) = 69+213+60=342 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.18% from 342); Green value is 213 (83.59% from 255 or 62.28% from 342); Blue value is 60 (23.83% from 255 or 17.54% from 342); Max value from RGB is 213 - color contains mainly: green. Hex color #45D53C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45D53C is #BA2AC3. Grayscale: #989898. Windows color (decimal): -12200644 or 3986757. OLE color: 3986757.

HSL color Cylindrical-coordinate representation of color #45D53C: hue angle of 116.47º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #45D53C is Cyan = 0.68, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB6921360-
CMYK0.6800.720.16
HSL116.47º64.56%53.53%-
HSV(B)116.47º71.83%83.53%-
XYZ27.0649.1812.34-
YUV152.575.7968.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 69 (27.34% from 255) = 20.18%
GREEN value IS 213 (83.59% from 255) = 62.28%
BLUE value IS 60 (23.83% from 255) = 17.54%
R=20.18%
G=62.28%
B=17.54%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal69213600.6800.720.16116.4764.5653.53
Hex45D53C4404810744136
Octal1053257410401102016410166
Binary1000101110101011111001000100010010001000011101001000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45D53C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45D53C; }

 p { color: rgb(69,213,60); }

 H1.HeaderClassName
 {
   color: #45D53C;
 }
 .AnyTagClassName
 {
   color: #45D53C;
 }
</style>
background-color css

<style>
 a { background-color: #45D53C; }

 a { background-color: rgb(69,213,60); }

 div.DivClassName
 {
   background-color: #45D53C;
 }
 .BgClassName
 {
   background-color: #45D53C;
 }
</style>
border-color css

<style>
 span { border-color: #45D53C; }

 span { border-color: rgb(69,213,60); }

 td.TdClassName
 {
   border-color: #45D53C;
 }
 .TagClassName
 {
   border-color: #45D53C;
 }
</style>