Shades of Lime Green #39C54F
Tints of Lime Green #39C54F
RGB
CMYK
RGB Variations
Color information
#39C54F (or 0x39C54F) is known color: Lime Green. HEX triplet: 39, C5 and 4F. RGB value is (57,197,79). Sum of RGB (Red+Green+Blue) = 57+197+79=333 (44% of max value = 765). Red value is 57 (22.66% from 255 or 17.12% from 333); Green value is 197 (77.34% from 255 or 59.16% from 333); Blue value is 79 (31.25% from 255 or 23.72% from 333); Max value from RGB is 197 - color contains mainly: green. Hex color #39C54F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #39C54F is #C63AB0. Grayscale: #8E8E8E. Windows color (decimal): -12991153 or 5227833. OLE color: 5227833.
HSL color Cylindrical-coordinate representation of color #39C54F: hue angle of 129.43º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #39C54F is Cyan = 0.71, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 57 | 197 | 79 | - |
| CMYK | 0.71 | 0 | 0.60 | 0.23 |
| HSL | 129.43º | 0.55% | 0.5% | - |
| HSV(B) | 129.43º | 0.71% | 0.77% | - |
| XYZ | 23.06 | 41.37 | 14.17 | - |
| YUV | 141.69 | 92.62 | 67.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 197 | 79 | 0.71 | 0 | 0.60 | 0.23 | 129.43 | 0.55 | 0.5 |
| Hex | 39 | C5 | 4F | 47 | 0 | 3C | 17 | 81 | 37 | 32 |
| Octal | 71 | 305 | 117 | 107 | 0 | 74 | 27 | 201 | 67 | 62 |
| Binary | 111001 | 11000101 | 1001111 | 1000111 | 0 | 111100 | 10111 | 10000001 | 110111 | 110010 |
Color Harmonies of #39C54F
Complementary color
Monochromatic Colors of #39C54F
Black with #39C54F
Text Example
Text Example
White with #39C54F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39C54F; }
p { color: rgb(57,197,79); }
H1.HeaderClassName
{
color: #39C54F;
}
.AnyTagClassName
{
color: #39C54F;
}
</style>
background-color css
<style>
a { background-color: #39C54F; }
a { background-color: rgb(57,197,79); }
div.DivClassName
{
background-color: #39C54F;
}
.BgClassName
{
background-color: #39C54F;
}
</style>
border-color css
<style>
span { border-color: #39C54F; }
span { border-color: rgb(57,197,79); }
td.TdClassName
{
border-color: #39C54F;
}
.TagClassName
{
border-color: #39C54F;
}
</style>