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