Shades of Lime Green #39CF42
Tints of Lime Green #39CF42
RGB
CMYK
RGB Variations
Color information
#39CF42 (or 0x39CF42) is known color: Lime Green. HEX triplet: 39, CF and 42. RGB value is (57,207,66). Sum of RGB (Red+Green+Blue) = 57+207+66=330 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.27% from 330); Green value is 207 (81.25% from 255 or 62.73% from 330); Blue value is 66 (26.17% from 255 or 20% from 330); Max value from RGB is 207 - color contains mainly: green. Hex color #39CF42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39CF42 is #C630BD. Grayscale: #929292. Windows color (decimal): -12988606 or 4378425. OLE color: 4378425.
HSL color Cylindrical-coordinate representation of color #39CF42: hue angle of 123.6º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #39CF42 is Cyan = 0.72, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 57 | 207 | 66 | - |
| CMYK | 0.72 | 0 | 0.68 | 0.19 |
| HSL | 123.6º | 0.61% | 0.52% | - |
| HSV(B) | 123.6º | 0.72% | 0.81% | - |
| XYZ | 24.98 | 45.89 | 12.69 | - |
| YUV | 146.08 | 82.81 | 64.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 207 | 66 | 0.72 | 0 | 0.68 | 0.19 | 123.6 | 0.61 | 0.52 |
| Hex | 39 | CF | 42 | 48 | 0 | 44 | 13 | 7C | 3D | 34 |
| Octal | 71 | 317 | 102 | 110 | 0 | 104 | 23 | 174 | 75 | 64 |
| Binary | 111001 | 11001111 | 1000010 | 1001000 | 0 | 1000100 | 10011 | 1111100 | 111101 | 110100 |
Color Harmonies of #39CF42
Complementary color
Monochromatic Colors of #39CF42
Black with #39CF42
Text Example
Text Example
White with #39CF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39CF42; }
p { color: rgb(57,207,66); }
H1.HeaderClassName
{
color: #39CF42;
}
.AnyTagClassName
{
color: #39CF42;
}
</style>
background-color css
<style>
a { background-color: #39CF42; }
a { background-color: rgb(57,207,66); }
div.DivClassName
{
background-color: #39CF42;
}
.BgClassName
{
background-color: #39CF42;
}
</style>
border-color css
<style>
span { border-color: #39CF42; }
span { border-color: rgb(57,207,66); }
td.TdClassName
{
border-color: #39CF42;
}
.TagClassName
{
border-color: #39CF42;
}
</style>