Shades of Lime Green #39D228
Tints of Lime Green #39D228
RGB
CMYK
RGB Variations
Color information
#39D228 (or 0x39D228) is known color: Lime Green. HEX triplet: 39, D2 and 28. RGB value is (57,210,40). Sum of RGB (Red+Green+Blue) = 57+210+40=307 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.57% from 307); Green value is 210 (82.42% from 255 or 68.40% from 307); Blue value is 40 (16.02% from 255 or 13.03% from 307); Max value from RGB is 210 - color contains mainly: green. Hex color #39D228 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39D228 is #C62DD7. Grayscale: #919191. Windows color (decimal): -12987864 or 2675257. OLE color: 2675257.
HSL color Cylindrical-coordinate representation of color #39D228: hue angle of 114º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #39D228 is Cyan = 0.73, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 57 | 210 | 40 | - |
| CMYK | 0.73 | 0 | 0.81 | 0.18 |
| HSL | 114º | 0.68% | 0.49% | - |
| HSV(B) | 114º | 0.81% | 0.82% | - |
| XYZ | 25.12 | 47.12 | 9.78 | - |
| YUV | 144.87 | 68.81 | 65.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 210 | 40 | 0.73 | 0 | 0.81 | 0.18 | 114 | 0.68 | 0.49 |
| Hex | 39 | D2 | 28 | 49 | 0 | 51 | 12 | 72 | 44 | 31 |
| Octal | 71 | 322 | 50 | 111 | 0 | 121 | 22 | 162 | 104 | 61 |
| Binary | 111001 | 11010010 | 101000 | 1001001 | 0 | 1010001 | 10010 | 1110010 | 1000100 | 110001 |
Color Harmonies of #39D228
Complementary color
Monochromatic Colors of #39D228
Black with #39D228
Text Example
Text Example
White with #39D228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39D228; }
p { color: rgb(57,210,40); }
H1.HeaderClassName
{
color: #39D228;
}
.AnyTagClassName
{
color: #39D228;
}
</style>
background-color css
<style>
a { background-color: #39D228; }
a { background-color: rgb(57,210,40); }
div.DivClassName
{
background-color: #39D228;
}
.BgClassName
{
background-color: #39D228;
}
</style>
border-color css
<style>
span { border-color: #39D228; }
span { border-color: rgb(57,210,40); }
td.TdClassName
{
border-color: #39D228;
}
.TagClassName
{
border-color: #39D228;
}
</style>