Shades of Lime Green #1AD22C
Tints of Lime Green #1AD22C
RGB
CMYK
RGB Variations
Color information
#1AD22C (or 0x1AD22C) is known color: Lime Green. HEX triplet: 1A, D2 and 2C. RGB value is (26,210,44). Sum of RGB (Red+Green+Blue) = 26+210+44=280 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.29% from 280); Green value is 210 (82.42% from 255 or 75% from 280); Blue value is 44 (17.58% from 255 or 15.71% from 280); Max value from RGB is 210 - color contains mainly: green. Hex color #1AD22C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD22C is #E52DD3. Grayscale: #888888. Windows color (decimal): -15019476 or 2937370. OLE color: 2937370.
HSL color Cylindrical-coordinate representation of color #1AD22C: hue angle of 125.87º 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 #1AD22C is Cyan = 0.88, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 210 | 44 | - |
| CMYK | 0.88 | 0 | 0.79 | 0.18 |
| HSL | 125.87º | 0.78% | 0.46% | - |
| HSV(B) | 125.87º | 0.88% | 0.82% | - |
| XYZ | 23.93 | 46.49 | 10.1 | - |
| YUV | 136.06 | 76.04 | 49.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 210 | 44 | 0.88 | 0 | 0.79 | 0.18 | 125.87 | 0.78 | 0.46 |
| Hex | 1A | D2 | 2C | 58 | 0 | 4F | 12 | 7E | 4E | 2E |
| Octal | 32 | 322 | 54 | 130 | 0 | 117 | 22 | 176 | 116 | 56 |
| Binary | 11010 | 11010010 | 101100 | 1011000 | 0 | 1001111 | 10010 | 1111110 | 1001110 | 101110 |
Color Harmonies of #1AD22C
Complementary color
Monochromatic Colors of #1AD22C
Black with #1AD22C
Text Example
Text Example
White with #1AD22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD22C; }
p { color: rgb(26,210,44); }
H1.HeaderClassName
{
color: #1AD22C;
}
.AnyTagClassName
{
color: #1AD22C;
}
</style>
background-color css
<style>
a { background-color: #1AD22C; }
a { background-color: rgb(26,210,44); }
div.DivClassName
{
background-color: #1AD22C;
}
.BgClassName
{
background-color: #1AD22C;
}
</style>
border-color css
<style>
span { border-color: #1AD22C; }
span { border-color: rgb(26,210,44); }
td.TdClassName
{
border-color: #1AD22C;
}
.TagClassName
{
border-color: #1AD22C;
}
</style>