Shades of Lime Green #1AD32E
Tints of Lime Green #1AD32E
RGB
CMYK
RGB Variations
Color information
#1AD32E (or 0x1AD32E) is known color: Lime Green. HEX triplet: 1A, D3 and 2E. RGB value is (26,211,46). Sum of RGB (Red+Green+Blue) = 26+211+46=283 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.19% from 283); Green value is 211 (82.81% from 255 or 74.56% from 283); Blue value is 46 (18.36% from 255 or 16.25% from 283); Max value from RGB is 211 - color contains mainly: green. Hex color #1AD32E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD32E is #E52CD1. Grayscale: #898989. Windows color (decimal): -15019218 or 3068698. OLE color: 3068698.
HSL color Cylindrical-coordinate representation of color #1AD32E: hue angle of 126.49º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD32E is Cyan = 0.88, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 26 | 211 | 46 | - |
| CMYK | 0.88 | 0 | 0.78 | 0.17 |
| HSL | 126.49º | 0.78% | 0.46% | - |
| HSV(B) | 126.49º | 0.88% | 0.83% | - |
| XYZ | 24.21 | 47.01 | 10.38 | - |
| YUV | 136.88 | 76.71 | 48.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 211 | 46 | 0.88 | 0 | 0.78 | 0.17 | 126.49 | 0.78 | 0.46 |
| Hex | 1A | D3 | 2E | 58 | 0 | 4E | 11 | 7E | 4E | 2E |
| Octal | 32 | 323 | 56 | 130 | 0 | 116 | 21 | 176 | 116 | 56 |
| Binary | 11010 | 11010011 | 101110 | 1011000 | 0 | 1001110 | 10001 | 1111110 | 1001110 | 101110 |
Color Harmonies of #1AD32E
Complementary color
Monochromatic Colors of #1AD32E
Black with #1AD32E
Text Example
Text Example
White with #1AD32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD32E; }
p { color: rgb(26,211,46); }
H1.HeaderClassName
{
color: #1AD32E;
}
.AnyTagClassName
{
color: #1AD32E;
}
</style>
background-color css
<style>
a { background-color: #1AD32E; }
a { background-color: rgb(26,211,46); }
div.DivClassName
{
background-color: #1AD32E;
}
.BgClassName
{
background-color: #1AD32E;
}
</style>
border-color css
<style>
span { border-color: #1AD32E; }
span { border-color: rgb(26,211,46); }
td.TdClassName
{
border-color: #1AD32E;
}
.TagClassName
{
border-color: #1AD32E;
}
</style>