Shades of Lime Green #39C046
Tints of Lime Green #39C046
RGB
CMYK
RGB Variations
Color information
#39C046 (or 0x39C046) is known color: Lime Green. HEX triplet: 39, C0 and 46. RGB value is (57,192,70). Sum of RGB (Red+Green+Blue) = 57+192+70=319 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.87% from 319); Green value is 192 (75.39% from 255 or 60.19% from 319); Blue value is 70 (27.73% from 255 or 21.94% from 319); Max value from RGB is 192 - color contains mainly: green. Hex color #39C046 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39C046 is #C63FB9. Grayscale: #8A8A8A. Windows color (decimal): -12992442 or 4636729. OLE color: 4636729.
HSL color Cylindrical-coordinate representation of color #39C046: hue angle of 125.78º 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 #39C046 is Cyan = 0.70, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 57 | 192 | 70 | - |
| CMYK | 0.70 | 0 | 0.64 | 0.25 |
| HSL | 125.78º | 0.54% | 0.49% | - |
| HSV(B) | 125.78º | 0.7% | 0.75% | - |
| XYZ | 21.64 | 39.01 | 12.18 | - |
| YUV | 137.73 | 89.77 | 70.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 192 | 70 | 0.70 | 0 | 0.64 | 0.25 | 125.78 | 0.54 | 0.49 |
| Hex | 39 | C0 | 46 | 46 | 0 | 40 | 19 | 7E | 36 | 31 |
| Octal | 71 | 300 | 106 | 106 | 0 | 100 | 31 | 176 | 66 | 61 |
| Binary | 111001 | 11000000 | 1000110 | 1000110 | 0 | 1000000 | 11001 | 1111110 | 110110 | 110001 |
Color Harmonies of #39C046
Complementary color
Monochromatic Colors of #39C046
Black with #39C046
Text Example
Text Example
White with #39C046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39C046; }
p { color: rgb(57,192,70); }
H1.HeaderClassName
{
color: #39C046;
}
.AnyTagClassName
{
color: #39C046;
}
</style>
background-color css
<style>
a { background-color: #39C046; }
a { background-color: rgb(57,192,70); }
div.DivClassName
{
background-color: #39C046;
}
.BgClassName
{
background-color: #39C046;
}
</style>
border-color css
<style>
span { border-color: #39C046; }
span { border-color: rgb(57,192,70); }
td.TdClassName
{
border-color: #39C046;
}
.TagClassName
{
border-color: #39C046;
}
</style>