#39D04C

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

Shades of Lime Green #39D04C

Tints of Lime Green #39D04C

Color information

#39D04C (or 0x39D04C) is unknown color: approx Lime Green. HEX triplet: 39, D0 and 4C. RGB value is (57,208,76). Sum of RGB (Red+Green+Blue) = 57+208+76=341 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.72% from 341); Green value is 208 (81.64% from 255 or 61.00% from 341); Blue value is 76 (30.08% from 255 or 22.29% from 341); Max value from RGB is 208 - color contains mainly: green. Hex color #39D04C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39D04C is #C62FB3. Grayscale: #949494. Windows color (decimal): -12988340 or 5034041. OLE color: 5034041.

HSL color Cylindrical-coordinate representation of color #39D04C: hue angle of 127.55º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #39D04C is Cyan = 0.73, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB5720876-
CMYK0.7300.630.18
HSL127.55º61.63%51.96%-
HSV(B)127.55º72.6%81.57%-
XYZ25.5546.514.47-
YUV147.887.4763.23-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.72%
GREEN value IS 208 (81.64% from 255) = 61.00%
BLUE value IS 76 (30.08% from 255) = 22.29%
R=16.72%
G=61.00%
B=22.29%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal57208760.7300.630.18127.5561.6351.96
Hex39D04C4903F12803e34
Octal71320114111077222007664
Binary111001110100001001100100100101111111001010000000111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39D04C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39D04C; }

 p { color: rgb(57,208,76); }

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

<style>
 a { background-color: #39D04C; }

 a { background-color: rgb(57,208,76); }

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

<style>
 span { border-color: #39D04C; }

 span { border-color: rgb(57,208,76); }

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