Shades of Lime Green #46E527
Tints of Lime Green #46E527
RGB
CMYK
RGB Variations
Color information
#46E527 (or 0x46E527) is known color: Lime Green. HEX triplet: 46, E5 and 27. RGB value is (70,229,39). Sum of RGB (Red+Green+Blue) = 70+229+39=338 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.71% from 338); Green value is 229 (89.84% from 255 or 67.75% from 338); Blue value is 39 (15.62% from 255 or 11.54% from 338); Max value from RGB is 229 - color contains mainly: green. Hex color #46E527 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46E527 is #B91AD8. Grayscale: #A0A0A0. Windows color (decimal): -12131033 or 2614598. OLE color: 2614598.
HSL color Cylindrical-coordinate representation of color #46E527: hue angle of 110.21º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #46E527 is Cyan = 0.69, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 70 | 229 | 39 | - |
| CMYK | 0.69 | 0 | 0.83 | 0.10 |
| HSL | 110.21º | 0.79% | 0.53% | - |
| HSV(B) | 110.21º | 0.83% | 0.9% | - |
| XYZ | 30.91 | 57.49 | 11.39 | - |
| YUV | 159.8 | 59.82 | 63.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 229 | 39 | 0.69 | 0 | 0.83 | 0.10 | 110.21 | 0.79 | 0.53 |
| Hex | 46 | E5 | 27 | 45 | 0 | 53 | A | 6E | 4F | 35 |
| Octal | 106 | 345 | 47 | 105 | 0 | 123 | 12 | 156 | 117 | 65 |
| Binary | 1000110 | 11100101 | 100111 | 1000101 | 0 | 1010011 | 1010 | 1101110 | 1001111 | 110101 |
Color Harmonies of #46E527
Complementary color
Monochromatic Colors of #46E527
Black with #46E527
Text Example
Text Example
White with #46E527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46E527; }
p { color: rgb(70,229,39); }
H1.HeaderClassName
{
color: #46E527;
}
.AnyTagClassName
{
color: #46E527;
}
</style>
background-color css
<style>
a { background-color: #46E527; }
a { background-color: rgb(70,229,39); }
div.DivClassName
{
background-color: #46E527;
}
.BgClassName
{
background-color: #46E527;
}
</style>
border-color css
<style>
span { border-color: #46E527; }
span { border-color: rgb(70,229,39); }
td.TdClassName
{
border-color: #46E527;
}
.TagClassName
{
border-color: #46E527;
}
</style>