Shades of Lime Green #46E652
Tints of Lime Green #46E652
RGB
CMYK
RGB Variations
Color information
#46E652 (or 0x46E652) is known color: Lime Green. HEX triplet: 46, E6 and 52. RGB value is (70,230,82). Sum of RGB (Red+Green+Blue) = 70+230+82=382 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.32% from 382); Green value is 230 (90.23% from 255 or 60.21% from 382); Blue value is 82 (32.42% from 255 or 21.47% from 382); Max value from RGB is 230 - color contains mainly: green. Hex color #46E652 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #46E652 is #B919AD. Grayscale: #A5A5A5. Windows color (decimal): -12130734 or 5432902. OLE color: 5432902.
HSL color Cylindrical-coordinate representation of color #46E652: hue angle of 124.5º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46E652 is Cyan = 0.70, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 70 | 230 | 82 | - |
| CMYK | 0.70 | 0 | 0.64 | 0.10 |
| HSL | 124.5º | 0.76% | 0.59% | - |
| HSV(B) | 124.5º | 0.7% | 0.9% | - |
| XYZ | 32.35 | 58.5 | 17.57 | - |
| YUV | 165.29 | 80.99 | 60.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 230 | 82 | 0.70 | 0 | 0.64 | 0.10 | 124.5 | 0.76 | 0.59 |
| Hex | 46 | E6 | 52 | 46 | 0 | 40 | A | 7C | 4C | 3B |
| Octal | 106 | 346 | 122 | 106 | 0 | 100 | 12 | 174 | 114 | 73 |
| Binary | 1000110 | 11100110 | 1010010 | 1000110 | 0 | 1000000 | 1010 | 1111100 | 1001100 | 111011 |
Color Harmonies of #46E652
Complementary color
Monochromatic Colors of #46E652
Black with #46E652
Text Example
Text Example
White with #46E652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46E652; }
p { color: rgb(70,230,82); }
H1.HeaderClassName
{
color: #46E652;
}
.AnyTagClassName
{
color: #46E652;
}
</style>
background-color css
<style>
a { background-color: #46E652; }
a { background-color: rgb(70,230,82); }
div.DivClassName
{
background-color: #46E652;
}
.BgClassName
{
background-color: #46E652;
}
</style>
border-color css
<style>
span { border-color: #46E652; }
span { border-color: rgb(70,230,82); }
td.TdClassName
{
border-color: #46E652;
}
.TagClassName
{
border-color: #46E652;
}
</style>