Shades of Lime Green #46D52A
Tints of Lime Green #46D52A
RGB
CMYK
RGB Variations
Color information
#46D52A (or 0x46D52A) is known color: Lime Green. HEX triplet: 46, D5 and 2A. RGB value is (70,213,42). Sum of RGB (Red+Green+Blue) = 70+213+42=325 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.54% from 325); Green value is 213 (83.59% from 255 or 65.54% from 325); Blue value is 42 (16.80% from 255 or 12.92% from 325); Max value from RGB is 213 - color contains mainly: green. Hex color #46D52A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46D52A is #B92AD5. Grayscale: #979797. Windows color (decimal): -12135126 or 2807110. OLE color: 2807110.
HSL color Cylindrical-coordinate representation of color #46D52A: hue angle of 110.18º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #46D52A is Cyan = 0.67, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 70 | 213 | 42 | - |
| CMYK | 0.67 | 0 | 0.80 | 0.16 |
| HSL | 110.18º | 0.67% | 0.5% | - |
| HSV(B) | 110.18º | 0.8% | 0.84% | - |
| XYZ | 26.74 | 49.06 | 10.25 | - |
| YUV | 150.75 | 66.62 | 70.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 213 | 42 | 0.67 | 0 | 0.80 | 0.16 | 110.18 | 0.67 | 0.5 |
| Hex | 46 | D5 | 2A | 43 | 0 | 50 | 10 | 6E | 43 | 32 |
| Octal | 106 | 325 | 52 | 103 | 0 | 120 | 20 | 156 | 103 | 62 |
| Binary | 1000110 | 11010101 | 101010 | 1000011 | 0 | 1010000 | 10000 | 1101110 | 1000011 | 110010 |
Color Harmonies of #46D52A
Complementary color
Monochromatic Colors of #46D52A
Black with #46D52A
Text Example
Text Example
White with #46D52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D52A; }
p { color: rgb(70,213,42); }
H1.HeaderClassName
{
color: #46D52A;
}
.AnyTagClassName
{
color: #46D52A;
}
</style>
background-color css
<style>
a { background-color: #46D52A; }
a { background-color: rgb(70,213,42); }
div.DivClassName
{
background-color: #46D52A;
}
.BgClassName
{
background-color: #46D52A;
}
</style>
border-color css
<style>
span { border-color: #46D52A; }
span { border-color: rgb(70,213,42); }
td.TdClassName
{
border-color: #46D52A;
}
.TagClassName
{
border-color: #46D52A;
}
</style>