Shades of Lime Green #46DF23
Tints of Lime Green #46DF23
RGB
CMYK
RGB Variations
Color information
#46DF23 (or 0x46DF23) is known color: Lime Green. HEX triplet: 46, DF and 23. RGB value is (70,223,35). Sum of RGB (Red+Green+Blue) = 70+223+35=328 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.34% from 328); Green value is 223 (87.5% from 255 or 67.99% from 328); Blue value is 35 (14.06% from 255 or 10.67% from 328); Max value from RGB is 223 - color contains mainly: green. Hex color #46DF23 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46DF23 is #B920DC. Grayscale: #9C9C9C. Windows color (decimal): -12132573 or 2350918. OLE color: 2350918.
HSL color Cylindrical-coordinate representation of color #46DF23: hue angle of 108.83º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #46DF23 is Cyan = 0.69, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 223 | 35 | - |
| CMYK | 0.69 | 0 | 0.84 | 0.13 |
| HSL | 108.83º | 0.75% | 0.51% | - |
| HSV(B) | 108.83º | 0.84% | 0.87% | - |
| XYZ | 29.22 | 54.2 | 10.51 | - |
| YUV | 155.82 | 59.81 | 66.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 223 | 35 | 0.69 | 0 | 0.84 | 0.13 | 108.83 | 0.75 | 0.51 |
| Hex | 46 | DF | 23 | 45 | 0 | 54 | D | 6D | 4B | 33 |
| Octal | 106 | 337 | 43 | 105 | 0 | 124 | 15 | 155 | 113 | 63 |
| Binary | 1000110 | 11011111 | 100011 | 1000101 | 0 | 1010100 | 1101 | 1101101 | 1001011 | 110011 |
Color Harmonies of #46DF23
Complementary color
Monochromatic Colors of #46DF23
Black with #46DF23
Text Example
Text Example
White with #46DF23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DF23; }
p { color: rgb(70,223,35); }
H1.HeaderClassName
{
color: #46DF23;
}
.AnyTagClassName
{
color: #46DF23;
}
</style>
background-color css
<style>
a { background-color: #46DF23; }
a { background-color: rgb(70,223,35); }
div.DivClassName
{
background-color: #46DF23;
}
.BgClassName
{
background-color: #46DF23;
}
</style>
border-color css
<style>
span { border-color: #46DF23; }
span { border-color: rgb(70,223,35); }
td.TdClassName
{
border-color: #46DF23;
}
.TagClassName
{
border-color: #46DF23;
}
</style>