Shades of Lime Green #39C24D
Tints of Lime Green #39C24D
RGB
CMYK
RGB Variations
Color information
#39C24D (or 0x39C24D) is known color: Lime Green. HEX triplet: 39, C2 and 4D. RGB value is (57,194,77). Sum of RGB (Red+Green+Blue) = 57+194+77=328 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.38% from 328); Green value is 194 (76.17% from 255 or 59.15% from 328); Blue value is 77 (30.47% from 255 or 23.48% from 328); Max value from RGB is 194 - color contains mainly: green. Hex color #39C24D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #39C24D is #C63DB2. Grayscale: #8C8C8C. Windows color (decimal): -12991923 or 5095993. OLE color: 5095993.
HSL color Cylindrical-coordinate representation of color #39C24D: hue angle of 128.76º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #39C24D is Cyan = 0.71, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 57 | 194 | 77 | - |
| CMYK | 0.71 | 0 | 0.60 | 0.24 |
| HSL | 128.76º | 0.55% | 0.49% | - |
| HSV(B) | 128.76º | 0.71% | 0.76% | - |
| XYZ | 22.32 | 39.99 | 13.56 | - |
| YUV | 139.7 | 92.61 | 69.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 194 | 77 | 0.71 | 0 | 0.60 | 0.24 | 128.76 | 0.55 | 0.49 |
| Hex | 39 | C2 | 4D | 47 | 0 | 3C | 18 | 81 | 37 | 31 |
| Octal | 71 | 302 | 115 | 107 | 0 | 74 | 30 | 201 | 67 | 61 |
| Binary | 111001 | 11000010 | 1001101 | 1000111 | 0 | 111100 | 11000 | 10000001 | 110111 | 110001 |
Color Harmonies of #39C24D
Complementary color
Monochromatic Colors of #39C24D
Black with #39C24D
Text Example
Text Example
White with #39C24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39C24D; }
p { color: rgb(57,194,77); }
H1.HeaderClassName
{
color: #39C24D;
}
.AnyTagClassName
{
color: #39C24D;
}
</style>
background-color css
<style>
a { background-color: #39C24D; }
a { background-color: rgb(57,194,77); }
div.DivClassName
{
background-color: #39C24D;
}
.BgClassName
{
background-color: #39C24D;
}
</style>
border-color css
<style>
span { border-color: #39C24D; }
span { border-color: rgb(57,194,77); }
td.TdClassName
{
border-color: #39C24D;
}
.TagClassName
{
border-color: #39C24D;
}
</style>