#45EC39

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

Shades of Lime Green #45EC39

Tints of Lime Green #45EC39

Color information

#45EC39 (or 0x45EC39) is unknown color: approx Lime Green. HEX triplet: 45, EC and 39. RGB value is (69,236,57). Sum of RGB (Red+Green+Blue) = 69+236+57=362 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.06% from 362); Green value is 236 (92.58% from 255 or 65.19% from 362); Blue value is 57 (22.66% from 255 or 15.75% from 362); Max value from RGB is 236 - color contains mainly: green. Hex color #45EC39 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #45EC39 is #BA13C6. Grayscale: #A6A6A6. Windows color (decimal): -12194759 or 3796037. OLE color: 3796037.

HSL color Cylindrical-coordinate representation of color #45EC39: hue angle of 115.98º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #45EC39 is Cyan = 0.71, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.07.

Color convert

RGB6923657-
CMYK0.7100.760.07
HSL115.98º82.49%57.45%-
HSV(B)115.98º75.85%92.55%-
XYZ33.1961.5514-
YUV165.6666.6759.05-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.06%
GREEN value IS 236 (92.58% from 255) = 65.19%
BLUE value IS 57 (22.66% from 255) = 15.75%
R=19.06%
G=65.19%
B=15.75%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal69236570.7100.760.07115.9882.4957.45
Hex45EC394704C7745239
Octal105354711070114716412271
Binary10001011110110011100110001110100110011111101001010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45EC39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,236,57); }

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

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

 a { background-color: rgb(69,236,57); }

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

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

 span { border-color: rgb(69,236,57); }

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