Shades of Lime Green #1AD424
Tints of Lime Green #1AD424
RGB
CMYK
RGB Variations
Color information
#1AD424 (or 0x1AD424) is known color: Lime Green. HEX triplet: 1A, D4 and 24. RGB value is (26,212,36). Sum of RGB (Red+Green+Blue) = 26+212+36=274 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.49% from 274); Green value is 212 (83.20% from 255 or 77.37% from 274); Blue value is 36 (14.45% from 255 or 13.14% from 274); Max value from RGB is 212 - color contains mainly: green. Hex color #1AD424 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD424 is #E52BDB. Grayscale: #888888. Windows color (decimal): -15018972 or 2413594. OLE color: 2413594.
HSL color Cylindrical-coordinate representation of color #1AD424: hue angle of 123.23º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD424 is Cyan = 0.88, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 26 | 212 | 36 | - |
| CMYK | 0.88 | 0 | 0.83 | 0.17 |
| HSL | 123.23º | 0.78% | 0.47% | - |
| HSV(B) | 123.23º | 0.88% | 0.83% | - |
| XYZ | 24.29 | 47.43 | 9.54 | - |
| YUV | 136.32 | 71.38 | 49.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 212 | 36 | 0.88 | 0 | 0.83 | 0.17 | 123.23 | 0.78 | 0.47 |
| Hex | 1A | D4 | 24 | 58 | 0 | 53 | 11 | 7B | 4E | 2F |
| Octal | 32 | 324 | 44 | 130 | 0 | 123 | 21 | 173 | 116 | 57 |
| Binary | 11010 | 11010100 | 100100 | 1011000 | 0 | 1010011 | 10001 | 1111011 | 1001110 | 101111 |
Color Harmonies of #1AD424
Complementary color
Monochromatic Colors of #1AD424
Black with #1AD424
Text Example
Text Example
White with #1AD424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD424; }
p { color: rgb(26,212,36); }
H1.HeaderClassName
{
color: #1AD424;
}
.AnyTagClassName
{
color: #1AD424;
}
</style>
background-color css
<style>
a { background-color: #1AD424; }
a { background-color: rgb(26,212,36); }
div.DivClassName
{
background-color: #1AD424;
}
.BgClassName
{
background-color: #1AD424;
}
</style>
border-color css
<style>
span { border-color: #1AD424; }
span { border-color: rgb(26,212,36); }
td.TdClassName
{
border-color: #1AD424;
}
.TagClassName
{
border-color: #1AD424;
}
</style>