Shades of Lime Green #39D827
Tints of Lime Green #39D827
RGB
CMYK
RGB Variations
Color information
#39D827 (or 0x39D827) is known color: Lime Green. HEX triplet: 39, D8 and 27. RGB value is (57,216,39). Sum of RGB (Red+Green+Blue) = 57+216+39=312 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.27% from 312); Green value is 216 (84.77% from 255 or 69.23% from 312); Blue value is 39 (15.62% from 255 or 12.5% from 312); Max value from RGB is 216 - color contains mainly: green. Hex color #39D827 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39D827 is #C627D8. Grayscale: #949494. Windows color (decimal): -12986329 or 2611257. OLE color: 2611257.
HSL color Cylindrical-coordinate representation of color #39D827: hue angle of 113.9º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #39D827 is Cyan = 0.74, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 57 | 216 | 39 | - |
| CMYK | 0.74 | 0 | 0.82 | 0.15 |
| HSL | 113.9º | 0.69% | 0.5% | - |
| HSV(B) | 113.9º | 0.82% | 0.85% | - |
| XYZ | 26.61 | 50.13 | 10.19 | - |
| YUV | 148.28 | 66.32 | 62.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 216 | 39 | 0.74 | 0 | 0.82 | 0.15 | 113.9 | 0.69 | 0.5 |
| Hex | 39 | D8 | 27 | 4A | 0 | 52 | F | 72 | 45 | 32 |
| Octal | 71 | 330 | 47 | 112 | 0 | 122 | 17 | 162 | 105 | 62 |
| Binary | 111001 | 11011000 | 100111 | 1001010 | 0 | 1010010 | 1111 | 1110010 | 1000101 | 110010 |
Color Harmonies of #39D827
Complementary color
Monochromatic Colors of #39D827
Black with #39D827
Text Example
Text Example
White with #39D827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39D827; }
p { color: rgb(57,216,39); }
H1.HeaderClassName
{
color: #39D827;
}
.AnyTagClassName
{
color: #39D827;
}
</style>
background-color css
<style>
a { background-color: #39D827; }
a { background-color: rgb(57,216,39); }
div.DivClassName
{
background-color: #39D827;
}
.BgClassName
{
background-color: #39D827;
}
</style>
border-color css
<style>
span { border-color: #39D827; }
span { border-color: rgb(57,216,39); }
td.TdClassName
{
border-color: #39D827;
}
.TagClassName
{
border-color: #39D827;
}
</style>