Shades of Lime Green #46D825
Tints of Lime Green #46D825
RGB
CMYK
RGB Variations
Color information
#46D825 (or 0x46D825) is known color: Lime Green. HEX triplet: 46, D8 and 25. RGB value is (70,216,37). Sum of RGB (Red+Green+Blue) = 70+216+37=323 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.67% from 323); Green value is 216 (84.77% from 255 or 66.87% from 323); Blue value is 37 (14.84% from 255 or 11.46% from 323); Max value from RGB is 216 - color contains mainly: green. Hex color #46D825 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46D825 is #B927DA. Grayscale: #989898. Windows color (decimal): -12134363 or 2480198. OLE color: 2480198.
HSL color Cylindrical-coordinate representation of color #46D825: hue angle of 108.94º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #46D825 is Cyan = 0.68, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 70 | 216 | 37 | - |
| CMYK | 0.68 | 0 | 0.83 | 0.15 |
| HSL | 108.94º | 0.71% | 0.5% | - |
| HSV(B) | 108.94º | 0.83% | 0.85% | - |
| XYZ | 27.42 | 50.55 | 10.06 | - |
| YUV | 151.94 | 63.13 | 69.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 216 | 37 | 0.68 | 0 | 0.83 | 0.15 | 108.94 | 0.71 | 0.5 |
| Hex | 46 | D8 | 25 | 44 | 0 | 53 | F | 6D | 47 | 32 |
| Octal | 106 | 330 | 45 | 104 | 0 | 123 | 17 | 155 | 107 | 62 |
| Binary | 1000110 | 11011000 | 100101 | 1000100 | 0 | 1010011 | 1111 | 1101101 | 1000111 | 110010 |
Color Harmonies of #46D825
Complementary color
Monochromatic Colors of #46D825
Black with #46D825
Text Example
Text Example
White with #46D825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D825; }
p { color: rgb(70,216,37); }
H1.HeaderClassName
{
color: #46D825;
}
.AnyTagClassName
{
color: #46D825;
}
</style>
background-color css
<style>
a { background-color: #46D825; }
a { background-color: rgb(70,216,37); }
div.DivClassName
{
background-color: #46D825;
}
.BgClassName
{
background-color: #46D825;
}
</style>
border-color css
<style>
span { border-color: #46D825; }
span { border-color: rgb(70,216,37); }
td.TdClassName
{
border-color: #46D825;
}
.TagClassName
{
border-color: #46D825;
}
</style>