Shades of Lime Green #46D253
Tints of Lime Green #46D253
RGB
CMYK
RGB Variations
Color information
#46D253 (or 0x46D253) is known color: Lime Green. HEX triplet: 46, D2 and 53. RGB value is (70,210,83). Sum of RGB (Red+Green+Blue) = 70+210+83=363 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.28% from 363); Green value is 210 (82.42% from 255 or 57.85% from 363); Blue value is 83 (32.81% from 255 or 22.87% from 363); Max value from RGB is 210 - color contains mainly: green. Hex color #46D253 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46D253 is #B92DAC. Grayscale: #9A9A9A. Windows color (decimal): -12135853 or 5493318. OLE color: 5493318.
HSL color Cylindrical-coordinate representation of color #46D253: hue angle of 125.57º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46D253 is Cyan = 0.67, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 70 | 210 | 83 | - |
| CMYK | 0.67 | 0 | 0.60 | 0.18 |
| HSL | 125.57º | 0.61% | 0.55% | - |
| HSV(B) | 125.57º | 0.67% | 0.82% | - |
| XYZ | 27.13 | 48.02 | 16.02 | - |
| YUV | 153.66 | 88.12 | 68.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 210 | 83 | 0.67 | 0 | 0.60 | 0.18 | 125.57 | 0.61 | 0.55 |
| Hex | 46 | D2 | 53 | 43 | 0 | 3C | 12 | 7E | 3D | 37 |
| Octal | 106 | 322 | 123 | 103 | 0 | 74 | 22 | 176 | 75 | 67 |
| Binary | 1000110 | 11010010 | 1010011 | 1000011 | 0 | 111100 | 10010 | 1111110 | 111101 | 110111 |
Color Harmonies of #46D253
Complementary color
Monochromatic Colors of #46D253
Black with #46D253
Text Example
Text Example
White with #46D253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D253; }
p { color: rgb(70,210,83); }
H1.HeaderClassName
{
color: #46D253;
}
.AnyTagClassName
{
color: #46D253;
}
</style>
background-color css
<style>
a { background-color: #46D253; }
a { background-color: rgb(70,210,83); }
div.DivClassName
{
background-color: #46D253;
}
.BgClassName
{
background-color: #46D253;
}
</style>
border-color css
<style>
span { border-color: #46D253; }
span { border-color: rgb(70,210,83); }
td.TdClassName
{
border-color: #46D253;
}
.TagClassName
{
border-color: #46D253;
}
</style>