Shades of Lime Green #39C24F
Tints of Lime Green #39C24F
RGB
CMYK
RGB Variations
Color information
#39C24F (or 0x39C24F) is known color: Lime Green. HEX triplet: 39, C2 and 4F. RGB value is (57,194,79). Sum of RGB (Red+Green+Blue) = 57+194+79=330 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.27% from 330); Green value is 194 (76.17% from 255 or 58.79% from 330); Blue value is 79 (31.25% from 255 or 23.94% from 330); Max value from RGB is 194 - color contains mainly: green. Hex color #39C24F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #39C24F is #C63DB0. Grayscale: #8C8C8C. Windows color (decimal): -12991921 or 5227065. OLE color: 5227065.
HSL color Cylindrical-coordinate representation of color #39C24F: hue angle of 129.64º 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 #39C24F is Cyan = 0.71, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 57 | 194 | 79 | - |
| CMYK | 0.71 | 0 | 0.59 | 0.24 |
| HSL | 129.64º | 0.55% | 0.49% | - |
| HSV(B) | 129.64º | 0.71% | 0.76% | - |
| XYZ | 22.39 | 40.02 | 13.94 | - |
| YUV | 139.93 | 93.61 | 68.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 194 | 79 | 0.71 | 0 | 0.59 | 0.24 | 129.64 | 0.55 | 0.49 |
| Hex | 39 | C2 | 4F | 47 | 0 | 3B | 18 | 82 | 37 | 31 |
| Octal | 71 | 302 | 117 | 107 | 0 | 73 | 30 | 202 | 67 | 61 |
| Binary | 111001 | 11000010 | 1001111 | 1000111 | 0 | 111011 | 11000 | 10000010 | 110111 | 110001 |
Color Harmonies of #39C24F
Complementary color
Monochromatic Colors of #39C24F
Black with #39C24F
Text Example
Text Example
White with #39C24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39C24F; }
p { color: rgb(57,194,79); }
H1.HeaderClassName
{
color: #39C24F;
}
.AnyTagClassName
{
color: #39C24F;
}
</style>
background-color css
<style>
a { background-color: #39C24F; }
a { background-color: rgb(57,194,79); }
div.DivClassName
{
background-color: #39C24F;
}
.BgClassName
{
background-color: #39C24F;
}
</style>
border-color css
<style>
span { border-color: #39C24F; }
span { border-color: rgb(57,194,79); }
td.TdClassName
{
border-color: #39C24F;
}
.TagClassName
{
border-color: #39C24F;
}
</style>