Shades of Lime Green #1AD229
Tints of Lime Green #1AD229
RGB
CMYK
RGB Variations
Color information
#1AD229 (or 0x1AD229) is known color: Lime Green. HEX triplet: 1A, D2 and 29. RGB value is (26,210,41). Sum of RGB (Red+Green+Blue) = 26+210+41=277 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.39% from 277); Green value is 210 (82.42% from 255 or 75.81% from 277); Blue value is 41 (16.41% from 255 or 14.80% from 277); Max value from RGB is 210 - color contains mainly: green. Hex color #1AD229 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD229 is #E52DD6. Grayscale: #888888. Windows color (decimal): -15019479 or 2740762. OLE color: 2740762.
HSL color Cylindrical-coordinate representation of color #1AD229: hue angle of 124.89º 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 #1AD229 is Cyan = 0.88, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 210 | 41 | - |
| CMYK | 0.88 | 0 | 0.80 | 0.18 |
| HSL | 124.89º | 0.78% | 0.46% | - |
| HSV(B) | 124.89º | 0.88% | 0.82% | - |
| XYZ | 23.87 | 46.47 | 9.81 | - |
| YUV | 135.72 | 74.54 | 49.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 210 | 41 | 0.88 | 0 | 0.80 | 0.18 | 124.89 | 0.78 | 0.46 |
| Hex | 1A | D2 | 29 | 58 | 0 | 50 | 12 | 7D | 4E | 2E |
| Octal | 32 | 322 | 51 | 130 | 0 | 120 | 22 | 175 | 116 | 56 |
| Binary | 11010 | 11010010 | 101001 | 1011000 | 0 | 1010000 | 10010 | 1111101 | 1001110 | 101110 |
Color Harmonies of #1AD229
Complementary color
Monochromatic Colors of #1AD229
Black with #1AD229
Text Example
Text Example
White with #1AD229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD229; }
p { color: rgb(26,210,41); }
H1.HeaderClassName
{
color: #1AD229;
}
.AnyTagClassName
{
color: #1AD229;
}
</style>
background-color css
<style>
a { background-color: #1AD229; }
a { background-color: rgb(26,210,41); }
div.DivClassName
{
background-color: #1AD229;
}
.BgClassName
{
background-color: #1AD229;
}
</style>
border-color css
<style>
span { border-color: #1AD229; }
span { border-color: rgb(26,210,41); }
td.TdClassName
{
border-color: #1AD229;
}
.TagClassName
{
border-color: #1AD229;
}
</style>