Shades of Lime Green #46ED25
Tints of Lime Green #46ED25
RGB
CMYK
RGB Variations
Color information
#46ED25 (or 0x46ED25) is known color: Lime Green. HEX triplet: 46, ED and 25. RGB value is (70,237,37). Sum of RGB (Red+Green+Blue) = 70+237+37=344 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.35% from 344); Green value is 237 (92.97% from 255 or 68.90% from 344); Blue value is 37 (14.84% from 255 or 10.76% from 344); Max value from RGB is 237 - color contains mainly: green. Hex color #46ED25 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #46ED25 is #B912DA. Grayscale: #A4A4A4. Windows color (decimal): -12128987 or 2485574. OLE color: 2485574.
HSL color Cylindrical-coordinate representation of color #46ED25: hue angle of 110.1º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #46ED25 is Cyan = 0.70, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 237 | 37 | - |
| CMYK | 0.70 | 0 | 0.84 | 0.07 |
| HSL | 110.1º | 0.85% | 0.54% | - |
| HSV(B) | 110.1º | 0.84% | 0.93% | - |
| XYZ | 33.14 | 62 | 11.97 | - |
| YUV | 164.27 | 56.17 | 60.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 237 | 37 | 0.70 | 0 | 0.84 | 0.07 | 110.1 | 0.85 | 0.54 |
| Hex | 46 | ED | 25 | 46 | 0 | 54 | 7 | 6E | 55 | 36 |
| Octal | 106 | 355 | 45 | 106 | 0 | 124 | 7 | 156 | 125 | 66 |
| Binary | 1000110 | 11101101 | 100101 | 1000110 | 0 | 1010100 | 111 | 1101110 | 1010101 | 110110 |
Color Harmonies of #46ED25
Complementary color
Monochromatic Colors of #46ED25
Black with #46ED25
Text Example
Text Example
White with #46ED25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46ED25; }
p { color: rgb(70,237,37); }
H1.HeaderClassName
{
color: #46ED25;
}
.AnyTagClassName
{
color: #46ED25;
}
</style>
background-color css
<style>
a { background-color: #46ED25; }
a { background-color: rgb(70,237,37); }
div.DivClassName
{
background-color: #46ED25;
}
.BgClassName
{
background-color: #46ED25;
}
</style>
border-color css
<style>
span { border-color: #46ED25; }
span { border-color: rgb(70,237,37); }
td.TdClassName
{
border-color: #46ED25;
}
.TagClassName
{
border-color: #46ED25;
}
</style>