Shades of Lime Green #39C04A
Tints of Lime Green #39C04A
RGB
CMYK
RGB Variations
Color information
#39C04A (or 0x39C04A) is known color: Lime Green. HEX triplet: 39, C0 and 4A. RGB value is (57,192,74). Sum of RGB (Red+Green+Blue) = 57+192+74=323 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.65% from 323); Green value is 192 (75.39% from 255 or 59.44% from 323); Blue value is 74 (29.30% from 255 or 22.91% from 323); Max value from RGB is 192 - color contains mainly: green. Hex color #39C04A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39C04A is #C63FB5. Grayscale: #8A8A8A. Windows color (decimal): -12992438 or 4898873. OLE color: 4898873.
HSL color Cylindrical-coordinate representation of color #39C04A: hue angle of 127.56º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #39C04A is Cyan = 0.70, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 57 | 192 | 74 | - |
| CMYK | 0.70 | 0 | 0.61 | 0.25 |
| HSL | 127.56º | 0.54% | 0.49% | - |
| HSV(B) | 127.56º | 0.7% | 0.75% | - |
| XYZ | 21.77 | 39.06 | 12.87 | - |
| YUV | 138.18 | 91.77 | 70.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 192 | 74 | 0.70 | 0 | 0.61 | 0.25 | 127.56 | 0.54 | 0.49 |
| Hex | 39 | C0 | 4A | 46 | 0 | 3D | 19 | 80 | 36 | 31 |
| Octal | 71 | 300 | 112 | 106 | 0 | 75 | 31 | 200 | 66 | 61 |
| Binary | 111001 | 11000000 | 1001010 | 1000110 | 0 | 111101 | 11001 | 10000000 | 110110 | 110001 |
Color Harmonies of #39C04A
Complementary color
Monochromatic Colors of #39C04A
Black with #39C04A
Text Example
Text Example
White with #39C04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39C04A; }
p { color: rgb(57,192,74); }
H1.HeaderClassName
{
color: #39C04A;
}
.AnyTagClassName
{
color: #39C04A;
}
</style>
background-color css
<style>
a { background-color: #39C04A; }
a { background-color: rgb(57,192,74); }
div.DivClassName
{
background-color: #39C04A;
}
.BgClassName
{
background-color: #39C04A;
}
</style>
border-color css
<style>
span { border-color: #39C04A; }
span { border-color: rgb(57,192,74); }
td.TdClassName
{
border-color: #39C04A;
}
.TagClassName
{
border-color: #39C04A;
}
</style>