Shades of Lime Green #39CC28
Tints of Lime Green #39CC28
RGB
CMYK
RGB Variations
Color information
#39CC28 (or 0x39CC28) is known color: Lime Green. HEX triplet: 39, CC and 28. RGB value is (57,204,40). Sum of RGB (Red+Green+Blue) = 57+204+40=301 (39% of max value = 765). Red value is 57 (22.66% from 255 or 18.94% from 301); Green value is 204 (80.08% from 255 or 67.77% from 301); Blue value is 40 (16.02% from 255 or 13.29% from 301); Max value from RGB is 204 - color contains mainly: green. Hex color #39CC28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39CC28 is #C633D7. Grayscale: #8D8D8D. Windows color (decimal): -12989400 or 2673721. OLE color: 2673721.
HSL color Cylindrical-coordinate representation of color #39CC28: hue angle of 113.78º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #39CC28 is Cyan = 0.72, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 57 | 204 | 40 | - |
| CMYK | 0.72 | 0 | 0.80 | 0.2 |
| HSL | 113.78º | 0.67% | 0.48% | - |
| HSV(B) | 113.78º | 0.8% | 0.8% | - |
| XYZ | 23.66 | 44.21 | 9.29 | - |
| YUV | 141.35 | 70.8 | 67.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 204 | 40 | 0.72 | 0 | 0.80 | 0.2 | 113.78 | 0.67 | 0.48 |
| Hex | 39 | CC | 28 | 48 | 0 | 50 | 14 | 72 | 43 | 30 |
| Octal | 71 | 314 | 50 | 110 | 0 | 120 | 24 | 162 | 103 | 60 |
| Binary | 111001 | 11001100 | 101000 | 1001000 | 0 | 1010000 | 10100 | 1110010 | 1000011 | 110000 |
Color Harmonies of #39CC28
Complementary color
Monochromatic Colors of #39CC28
Black with #39CC28
Text Example
Text Example
White with #39CC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39CC28; }
p { color: rgb(57,204,40); }
H1.HeaderClassName
{
color: #39CC28;
}
.AnyTagClassName
{
color: #39CC28;
}
</style>
background-color css
<style>
a { background-color: #39CC28; }
a { background-color: rgb(57,204,40); }
div.DivClassName
{
background-color: #39CC28;
}
.BgClassName
{
background-color: #39CC28;
}
</style>
border-color css
<style>
span { border-color: #39CC28; }
span { border-color: rgb(57,204,40); }
td.TdClassName
{
border-color: #39CC28;
}
.TagClassName
{
border-color: #39CC28;
}
</style>