Shades of Lime Green #39C74D
Tints of Lime Green #39C74D
RGB
CMYK
RGB Variations
Color information
#39C74D (or 0x39C74D) is known color: Lime Green. HEX triplet: 39, C7 and 4D. RGB value is (57,199,77). Sum of RGB (Red+Green+Blue) = 57+199+77=333 (44% of max value = 765). Red value is 57 (22.66% from 255 or 17.12% from 333); Green value is 199 (78.12% from 255 or 59.76% from 333); Blue value is 77 (30.47% from 255 or 23.12% from 333); Max value from RGB is 199 - color contains mainly: green. Hex color #39C74D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #39C74D is #C638B2. Grayscale: #8E8E8E. Windows color (decimal): -12990643 or 5097273. OLE color: 5097273.
HSL color Cylindrical-coordinate representation of color #39C74D: hue angle of 128.45º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #39C74D is Cyan = 0.71, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 57 | 199 | 77 | - |
| CMYK | 0.71 | 0 | 0.61 | 0.22 |
| HSL | 128.45º | 0.56% | 0.5% | - |
| HSV(B) | 128.45º | 0.71% | 0.78% | - |
| XYZ | 23.45 | 42.25 | 13.94 | - |
| YUV | 142.63 | 90.96 | 66.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 199 | 77 | 0.71 | 0 | 0.61 | 0.22 | 128.45 | 0.56 | 0.5 |
| Hex | 39 | C7 | 4D | 47 | 0 | 3D | 16 | 80 | 38 | 32 |
| Octal | 71 | 307 | 115 | 107 | 0 | 75 | 26 | 200 | 70 | 62 |
| Binary | 111001 | 11000111 | 1001101 | 1000111 | 0 | 111101 | 10110 | 10000000 | 111000 | 110010 |
Color Harmonies of #39C74D
Complementary color
Monochromatic Colors of #39C74D
Black with #39C74D
Text Example
Text Example
White with #39C74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39C74D; }
p { color: rgb(57,199,77); }
H1.HeaderClassName
{
color: #39C74D;
}
.AnyTagClassName
{
color: #39C74D;
}
</style>
background-color css
<style>
a { background-color: #39C74D; }
a { background-color: rgb(57,199,77); }
div.DivClassName
{
background-color: #39C74D;
}
.BgClassName
{
background-color: #39C74D;
}
</style>
border-color css
<style>
span { border-color: #39C74D; }
span { border-color: rgb(57,199,77); }
td.TdClassName
{
border-color: #39C74D;
}
.TagClassName
{
border-color: #39C74D;
}
</style>