Shades of Lime Green #46D523
Tints of Lime Green #46D523
RGB
CMYK
RGB Variations
Color information
#46D523 (or 0x46D523) is known color: Lime Green. HEX triplet: 46, D5 and 23. RGB value is (70,213,35). Sum of RGB (Red+Green+Blue) = 70+213+35=318 (42% of max value = 765). Red value is 70 (27.73% from 255 or 22.01% from 318); Green value is 213 (83.59% from 255 or 66.98% from 318); Blue value is 35 (14.06% from 255 or 11.01% from 318); Max value from RGB is 213 - color contains mainly: green. Hex color #46D523 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46D523 is #B92ADC. Grayscale: #969696. Windows color (decimal): -12135133 or 2348358. OLE color: 2348358.
HSL color Cylindrical-coordinate representation of color #46D523: hue angle of 108.2º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #46D523 is Cyan = 0.67, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 70 | 213 | 35 | - |
| CMYK | 0.67 | 0 | 0.84 | 0.16 |
| HSL | 108.2º | 0.72% | 0.49% | - |
| HSV(B) | 108.2º | 0.84% | 0.84% | - |
| XYZ | 26.62 | 49.01 | 9.65 | - |
| YUV | 149.95 | 63.12 | 70.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 213 | 35 | 0.67 | 0 | 0.84 | 0.16 | 108.2 | 0.72 | 0.49 |
| Hex | 46 | D5 | 23 | 43 | 0 | 54 | 10 | 6C | 48 | 31 |
| Octal | 106 | 325 | 43 | 103 | 0 | 124 | 20 | 154 | 110 | 61 |
| Binary | 1000110 | 11010101 | 100011 | 1000011 | 0 | 1010100 | 10000 | 1101100 | 1001000 | 110001 |
Color Harmonies of #46D523
Complementary color
Monochromatic Colors of #46D523
Black with #46D523
Text Example
Text Example
White with #46D523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D523; }
p { color: rgb(70,213,35); }
H1.HeaderClassName
{
color: #46D523;
}
.AnyTagClassName
{
color: #46D523;
}
</style>
background-color css
<style>
a { background-color: #46D523; }
a { background-color: rgb(70,213,35); }
div.DivClassName
{
background-color: #46D523;
}
.BgClassName
{
background-color: #46D523;
}
</style>
border-color css
<style>
span { border-color: #46D523; }
span { border-color: rgb(70,213,35); }
td.TdClassName
{
border-color: #46D523;
}
.TagClassName
{
border-color: #46D523;
}
</style>