Shades of Lime Green #39C94C
Tints of Lime Green #39C94C
RGB
CMYK
RGB Variations
Color information
#39C94C (or 0x39C94C) is known color: Lime Green. HEX triplet: 39, C9 and 4C. RGB value is (57,201,76). Sum of RGB (Red+Green+Blue) = 57+201+76=334 (44% of max value = 765). Red value is 57 (22.66% from 255 or 17.07% from 334); Green value is 201 (78.91% from 255 or 60.18% from 334); Blue value is 76 (30.08% from 255 or 22.75% from 334); Max value from RGB is 201 - color contains mainly: green. Hex color #39C94C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39C94C is #C636B3. Grayscale: #909090. Windows color (decimal): -12990132 or 5032249. OLE color: 5032249.
HSL color Cylindrical-coordinate representation of color #39C94C: hue angle of 127.92º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #39C94C is Cyan = 0.72, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 57 | 201 | 76 | - |
| CMYK | 0.72 | 0 | 0.62 | 0.21 |
| HSL | 127.92º | 0.57% | 0.51% | - |
| HSV(B) | 127.92º | 0.72% | 0.79% | - |
| XYZ | 23.88 | 43.16 | 13.91 | - |
| YUV | 143.69 | 89.79 | 66.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 201 | 76 | 0.72 | 0 | 0.62 | 0.21 | 127.92 | 0.57 | 0.51 |
| Hex | 39 | C9 | 4C | 48 | 0 | 3E | 15 | 80 | 39 | 33 |
| Octal | 71 | 311 | 114 | 110 | 0 | 76 | 25 | 200 | 71 | 63 |
| Binary | 111001 | 11001001 | 1001100 | 1001000 | 0 | 111110 | 10101 | 10000000 | 111001 | 110011 |
Color Harmonies of #39C94C
Complementary color
Monochromatic Colors of #39C94C
Black with #39C94C
Text Example
Text Example
White with #39C94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39C94C; }
p { color: rgb(57,201,76); }
H1.HeaderClassName
{
color: #39C94C;
}
.AnyTagClassName
{
color: #39C94C;
}
</style>
background-color css
<style>
a { background-color: #39C94C; }
a { background-color: rgb(57,201,76); }
div.DivClassName
{
background-color: #39C94C;
}
.BgClassName
{
background-color: #39C94C;
}
</style>
border-color css
<style>
span { border-color: #39C94C; }
span { border-color: rgb(57,201,76); }
td.TdClassName
{
border-color: #39C94C;
}
.TagClassName
{
border-color: #39C94C;
}
</style>