#39CC4F

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

Shades of Lime Green #39CC4F

Tints of Lime Green #39CC4F

Color information

#39CC4F (or 0x39CC4F) is unknown color: approx Lime Green. HEX triplet: 39, CC and 4F. RGB value is (57,204,79). Sum of RGB (Red+Green+Blue) = 57+204+79=340 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.76% from 340); Green value is 204 (80.08% from 255 or 60% from 340); Blue value is 79 (31.25% from 255 or 23.24% from 340); Max value from RGB is 204 - color contains mainly: green. Hex color #39CC4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #39CC4F is #C633B0. Grayscale: #929292. Windows color (decimal): -12989361 or 5229625. OLE color: 5229625.

HSL color Cylindrical-coordinate representation of color #39CC4F: hue angle of 128.98º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #39CC4F is Cyan = 0.72, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.2.

Color convert

RGB5720479-
CMYK0.7200.610.2
HSL128.98º59.04%51.18%-
HSV(B)128.98º72.06%80%-
XYZ24.6944.6214.71-
YUV145.890.364.66-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.76%
GREEN value IS 204 (80.08% from 255) = 60%
BLUE value IS 79 (31.25% from 255) = 23.24%
R=16.76%
G=60%
B=23.24%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal57204790.7200.610.2128.9859.0451.18
Hex39CC4F4803D14813b33
Octal71314117110075242017363
Binary111001110011001001111100100001111011010010000001111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39CC4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,204,79); }

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

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

 a { background-color: rgb(57,204,79); }

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

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

 span { border-color: rgb(57,204,79); }

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