Shades of Lime Green #39CC3E
Tints of Lime Green #39CC3E
RGB
CMYK
RGB Variations
Color information
#39CC3E (or 0x39CC3E) is known color: Lime Green. HEX triplet: 39, CC and 3E. RGB value is (57,204,62). Sum of RGB (Red+Green+Blue) = 57+204+62=323 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.65% from 323); Green value is 204 (80.08% from 255 or 63.16% from 323); Blue value is 62 (24.61% from 255 or 19.20% from 323); Max value from RGB is 204 - color contains mainly: green. Hex color #39CC3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39CC3E is #C633C1. Grayscale: #909090. Windows color (decimal): -12989378 or 4115513. OLE color: 4115513.
HSL color Cylindrical-coordinate representation of color #39CC3E: hue angle of 122.04º 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 #39CC3E is Cyan = 0.72, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 57 | 204 | 62 | - |
| CMYK | 0.72 | 0 | 0.70 | 0.2 |
| HSL | 122.04º | 0.59% | 0.51% | - |
| HSV(B) | 122.04º | 0.72% | 0.8% | - |
| XYZ | 24.15 | 44.4 | 11.86 | - |
| YUV | 143.86 | 81.8 | 66.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 204 | 62 | 0.72 | 0 | 0.70 | 0.2 | 122.04 | 0.59 | 0.51 |
| Hex | 39 | CC | 3E | 48 | 0 | 46 | 14 | 7A | 3B | 33 |
| Octal | 71 | 314 | 76 | 110 | 0 | 106 | 24 | 172 | 73 | 63 |
| Binary | 111001 | 11001100 | 111110 | 1001000 | 0 | 1000110 | 10100 | 1111010 | 111011 | 110011 |
Color Harmonies of #39CC3E
Complementary color
Monochromatic Colors of #39CC3E
Black with #39CC3E
Text Example
Text Example
White with #39CC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39CC3E; }
p { color: rgb(57,204,62); }
H1.HeaderClassName
{
color: #39CC3E;
}
.AnyTagClassName
{
color: #39CC3E;
}
</style>
background-color css
<style>
a { background-color: #39CC3E; }
a { background-color: rgb(57,204,62); }
div.DivClassName
{
background-color: #39CC3E;
}
.BgClassName
{
background-color: #39CC3E;
}
</style>
border-color css
<style>
span { border-color: #39CC3E; }
span { border-color: rgb(57,204,62); }
td.TdClassName
{
border-color: #39CC3E;
}
.TagClassName
{
border-color: #39CC3E;
}
</style>