Shades of Lime Green #39CC40
Tints of Lime Green #39CC40
RGB
CMYK
RGB Variations
Color information
#39CC40 (or 0x39CC40) is known color: Lime Green. HEX triplet: 39, CC and 40. RGB value is (57,204,64). Sum of RGB (Red+Green+Blue) = 57+204+64=325 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.54% from 325); Green value is 204 (80.08% from 255 or 62.77% from 325); Blue value is 64 (25.39% from 255 or 19.69% from 325); Max value from RGB is 204 - color contains mainly: green. Hex color #39CC40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39CC40 is #C633BF. Grayscale: #909090. Windows color (decimal): -12989376 or 4246585. OLE color: 4246585.
HSL color Cylindrical-coordinate representation of color #39CC40: hue angle of 122.86º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #39CC40 is Cyan = 0.72, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 57 | 204 | 64 | - |
| CMYK | 0.72 | 0 | 0.69 | 0.2 |
| HSL | 122.86º | 0.59% | 0.51% | - |
| HSV(B) | 122.86º | 0.72% | 0.8% | - |
| XYZ | 24.21 | 44.43 | 12.15 | - |
| YUV | 144.09 | 82.8 | 65.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 204 | 64 | 0.72 | 0 | 0.69 | 0.2 | 122.86 | 0.59 | 0.51 |
| Hex | 39 | CC | 40 | 48 | 0 | 45 | 14 | 7B | 3B | 33 |
| Octal | 71 | 314 | 100 | 110 | 0 | 105 | 24 | 173 | 73 | 63 |
| Binary | 111001 | 11001100 | 1000000 | 1001000 | 0 | 1000101 | 10100 | 1111011 | 111011 | 110011 |
Color Harmonies of #39CC40
Complementary color
Monochromatic Colors of #39CC40
Black with #39CC40
Text Example
Text Example
White with #39CC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39CC40; }
p { color: rgb(57,204,64); }
H1.HeaderClassName
{
color: #39CC40;
}
.AnyTagClassName
{
color: #39CC40;
}
</style>
background-color css
<style>
a { background-color: #39CC40; }
a { background-color: rgb(57,204,64); }
div.DivClassName
{
background-color: #39CC40;
}
.BgClassName
{
background-color: #39CC40;
}
</style>
border-color css
<style>
span { border-color: #39CC40; }
span { border-color: rgb(57,204,64); }
td.TdClassName
{
border-color: #39CC40;
}
.TagClassName
{
border-color: #39CC40;
}
</style>