Shades of Lime Green #39FD32
Tints of Lime Green #39FD32
RGB
CMYK
RGB Variations
Color information
#39FD32 (or 0x39FD32) is known color: Lime Green. HEX triplet: 39, FD and 32. RGB value is (57,253,50). Sum of RGB (Red+Green+Blue) = 57+253+50=360 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.83% from 360); Green value is 253 (99.22% from 255 or 70.28% from 360); Blue value is 50 (19.92% from 255 or 13.89% from 360); Max value from RGB is 253 - color contains mainly: green. Hex color #39FD32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #39FD32 is #C602CD. Grayscale: #ABABAB. Windows color (decimal): -12976846 or 3341625. OLE color: 3341625.
HSL color Cylindrical-coordinate representation of color #39FD32: hue angle of 117.93º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #39FD32 is Cyan = 0.77, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 57 | 253 | 50 | - |
| CMYK | 0.77 | 0 | 0.80 | 0.01 |
| HSL | 117.93º | 0.98% | 0.59% | - |
| HSV(B) | 117.93º | 0.8% | 0.99% | - |
| XYZ | 37.39 | 71.35 | 14.82 | - |
| YUV | 171.25 | 59.57 | 46.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 253 | 50 | 0.77 | 0 | 0.80 | 0.01 | 117.93 | 0.98 | 0.59 |
| Hex | 39 | FD | 32 | 4D | 0 | 50 | 1 | 76 | 62 | 3B |
| Octal | 71 | 375 | 62 | 115 | 0 | 120 | 1 | 166 | 142 | 73 |
| Binary | 111001 | 11111101 | 110010 | 1001101 | 0 | 1010000 | 1 | 1110110 | 1100010 | 111011 |
Color Harmonies of #39FD32
Complementary color
Monochromatic Colors of #39FD32
Black with #39FD32
Text Example
Text Example
White with #39FD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39FD32; }
p { color: rgb(57,253,50); }
H1.HeaderClassName
{
color: #39FD32;
}
.AnyTagClassName
{
color: #39FD32;
}
</style>
background-color css
<style>
a { background-color: #39FD32; }
a { background-color: rgb(57,253,50); }
div.DivClassName
{
background-color: #39FD32;
}
.BgClassName
{
background-color: #39FD32;
}
</style>
border-color css
<style>
span { border-color: #39FD32; }
span { border-color: rgb(57,253,50); }
td.TdClassName
{
border-color: #39FD32;
}
.TagClassName
{
border-color: #39FD32;
}
</style>