#39CF32

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

Shades of Lime Green #39CF32

Tints of Lime Green #39CF32

Color information

#39CF32 (or 0x39CF32) is unknown color: approx Lime Green. HEX triplet: 39, CF and 32. RGB value is (57,207,50). Sum of RGB (Red+Green+Blue) = 57+207+50=314 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.15% from 314); Green value is 207 (81.25% from 255 or 65.92% from 314); Blue value is 50 (19.92% from 255 or 15.92% from 314); Max value from RGB is 207 - color contains mainly: green. Hex color #39CF32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39CF32 is #C630CD. Grayscale: #909090. Windows color (decimal): -12988622 or 3329849. OLE color: 3329849.

HSL color Cylindrical-coordinate representation of color #39CF32: hue angle of 117.32º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #39CF32 is Cyan = 0.72, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.

Color convert

RGB5720750-
CMYK0.7200.760.19
HSL117.32º62.06%50.39%-
HSV(B)117.32º75.85%81.18%-
XYZ24.5845.7310.55-
YUV144.2574.8165.77-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.15%
GREEN value IS 207 (81.25% from 255) = 65.92%
BLUE value IS 50 (19.92% from 255) = 15.92%
R=18.15%
G=65.92%
B=15.92%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal57207500.7200.760.19117.3262.0650.39
Hex39CF324804C13753e32
Octal71317621100114231657662
Binary11100111001111110010100100001001100100111110101111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39CF32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,207,50); }

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

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

 a { background-color: rgb(57,207,50); }

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

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

 span { border-color: rgb(57,207,50); }

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