Shades of Lime Green #39D842
Tints of Lime Green #39D842
RGB
CMYK
RGB Variations
Color information
#39D842 (or 0x39D842) is known color: Lime Green. HEX triplet: 39, D8 and 42. RGB value is (57,216,66). Sum of RGB (Red+Green+Blue) = 57+216+66=339 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.81% from 339); Green value is 216 (84.77% from 255 or 63.72% from 339); Blue value is 66 (26.17% from 255 or 19.47% from 339); Max value from RGB is 216 - color contains mainly: green. Hex color #39D842 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39D842 is #C627BD. Grayscale: #979797. Windows color (decimal): -12986302 or 4380729. OLE color: 4380729.
HSL color Cylindrical-coordinate representation of color #39D842: hue angle of 123.4º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #39D842 is Cyan = 0.74, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 57 | 216 | 66 | - |
| CMYK | 0.74 | 0 | 0.69 | 0.15 |
| HSL | 123.4º | 0.67% | 0.54% | - |
| HSV(B) | 123.4º | 0.74% | 0.85% | - |
| XYZ | 27.23 | 50.37 | 13.44 | - |
| YUV | 151.36 | 79.82 | 60.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 216 | 66 | 0.74 | 0 | 0.69 | 0.15 | 123.4 | 0.67 | 0.54 |
| Hex | 39 | D8 | 42 | 4A | 0 | 45 | F | 7B | 43 | 36 |
| Octal | 71 | 330 | 102 | 112 | 0 | 105 | 17 | 173 | 103 | 66 |
| Binary | 111001 | 11011000 | 1000010 | 1001010 | 0 | 1000101 | 1111 | 1111011 | 1000011 | 110110 |
Color Harmonies of #39D842
Complementary color
Monochromatic Colors of #39D842
Black with #39D842
Text Example
Text Example
White with #39D842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39D842; }
p { color: rgb(57,216,66); }
H1.HeaderClassName
{
color: #39D842;
}
.AnyTagClassName
{
color: #39D842;
}
</style>
background-color css
<style>
a { background-color: #39D842; }
a { background-color: rgb(57,216,66); }
div.DivClassName
{
background-color: #39D842;
}
.BgClassName
{
background-color: #39D842;
}
</style>
border-color css
<style>
span { border-color: #39D842; }
span { border-color: rgb(57,216,66); }
td.TdClassName
{
border-color: #39D842;
}
.TagClassName
{
border-color: #39D842;
}
</style>