Shades of Lime Green #39FB32
Tints of Lime Green #39FB32
RGB
CMYK
RGB Variations
Color information
#39FB32 (or 0x39FB32) is known color: Lime Green. HEX triplet: 39, FB and 32. RGB value is (57,251,50). Sum of RGB (Red+Green+Blue) = 57+251+50=358 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.92% from 358); Green value is 251 (98.44% from 255 or 70.11% from 358); Blue value is 50 (19.92% from 255 or 13.97% from 358); Max value from RGB is 251 - color contains mainly: green. Hex color #39FB32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #39FB32 is #C604CD. Grayscale: #AAAAAA. Windows color (decimal): -12977358 or 3341113. OLE color: 3341113.
HSL color Cylindrical-coordinate representation of color #39FB32: hue angle of 117.91º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #39FB32 is Cyan = 0.77, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 57 | 251 | 50 | - |
| CMYK | 0.77 | 0 | 0.80 | 0.02 |
| HSL | 117.91º | 0.96% | 0.59% | - |
| HSV(B) | 117.91º | 0.8% | 0.98% | - |
| XYZ | 36.76 | 70.09 | 14.61 | - |
| YUV | 170.08 | 60.23 | 47.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 251 | 50 | 0.77 | 0 | 0.80 | 0.02 | 117.91 | 0.96 | 0.59 |
| Hex | 39 | FB | 32 | 4D | 0 | 50 | 2 | 76 | 60 | 3B |
| Octal | 71 | 373 | 62 | 115 | 0 | 120 | 2 | 166 | 140 | 73 |
| Binary | 111001 | 11111011 | 110010 | 1001101 | 0 | 1010000 | 10 | 1110110 | 1100000 | 111011 |
Color Harmonies of #39FB32
Complementary color
Monochromatic Colors of #39FB32
Black with #39FB32
Text Example
Text Example
White with #39FB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39FB32; }
p { color: rgb(57,251,50); }
H1.HeaderClassName
{
color: #39FB32;
}
.AnyTagClassName
{
color: #39FB32;
}
</style>
background-color css
<style>
a { background-color: #39FB32; }
a { background-color: rgb(57,251,50); }
div.DivClassName
{
background-color: #39FB32;
}
.BgClassName
{
background-color: #39FB32;
}
</style>
border-color css
<style>
span { border-color: #39FB32; }
span { border-color: rgb(57,251,50); }
td.TdClassName
{
border-color: #39FB32;
}
.TagClassName
{
border-color: #39FB32;
}
</style>