Shades of Lime Green #1AD224
Tints of Lime Green #1AD224
RGB
CMYK
RGB Variations
Color information
#1AD224 (or 0x1AD224) is known color: Lime Green. HEX triplet: 1A, D2 and 24. RGB value is (26,210,36). Sum of RGB (Red+Green+Blue) = 26+210+36=272 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.56% from 272); Green value is 210 (82.42% from 255 or 77.21% from 272); Blue value is 36 (14.45% from 255 or 13.24% from 272); Max value from RGB is 210 - color contains mainly: green. Hex color #1AD224 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD224 is #E52DDB. Grayscale: #878787. Windows color (decimal): -15019484 or 2413082. OLE color: 2413082.
HSL color Cylindrical-coordinate representation of color #1AD224: hue angle of 123.26º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD224 is Cyan = 0.88, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 210 | 36 | - |
| CMYK | 0.88 | 0 | 0.83 | 0.18 |
| HSL | 123.26º | 0.78% | 0.46% | - |
| HSV(B) | 123.26º | 0.88% | 0.82% | - |
| XYZ | 23.79 | 46.44 | 9.38 | - |
| YUV | 135.15 | 72.04 | 50.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 210 | 36 | 0.88 | 0 | 0.83 | 0.18 | 123.26 | 0.78 | 0.46 |
| Hex | 1A | D2 | 24 | 58 | 0 | 53 | 12 | 7B | 4E | 2E |
| Octal | 32 | 322 | 44 | 130 | 0 | 123 | 22 | 173 | 116 | 56 |
| Binary | 11010 | 11010010 | 100100 | 1011000 | 0 | 1010011 | 10010 | 1111011 | 1001110 | 101110 |
Color Harmonies of #1AD224
Complementary color
Monochromatic Colors of #1AD224
Black with #1AD224
Text Example
Text Example
White with #1AD224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD224; }
p { color: rgb(26,210,36); }
H1.HeaderClassName
{
color: #1AD224;
}
.AnyTagClassName
{
color: #1AD224;
}
</style>
background-color css
<style>
a { background-color: #1AD224; }
a { background-color: rgb(26,210,36); }
div.DivClassName
{
background-color: #1AD224;
}
.BgClassName
{
background-color: #1AD224;
}
</style>
border-color css
<style>
span { border-color: #1AD224; }
span { border-color: rgb(26,210,36); }
td.TdClassName
{
border-color: #1AD224;
}
.TagClassName
{
border-color: #1AD224;
}
</style>