Shades of Lime Green #1AD21C
Tints of Lime Green #1AD21C
RGB
CMYK
RGB Variations
Color information
#1AD21C (or 0x1AD21C) is known color: Lime Green. HEX triplet: 1A, D2 and 1C. RGB value is (26,210,28). Sum of RGB (Red+Green+Blue) = 26+210+28=264 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.85% from 264); Green value is 210 (82.42% from 255 or 79.55% from 264); Blue value is 28 (11.33% from 255 or 10.61% from 264); Max value from RGB is 210 - color contains mainly: green. Hex color #1AD21C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD21C is #E52DE3. Grayscale: #868686. Windows color (decimal): -15019492 or 1888794. OLE color: 1888794.
HSL color Cylindrical-coordinate representation of color #1AD21C: hue angle of 120.65º 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 #1AD21C is Cyan = 0.88, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 210 | 28 | - |
| CMYK | 0.88 | 0 | 0.87 | 0.18 |
| HSL | 120.65º | 0.78% | 0.46% | - |
| HSV(B) | 120.65º | 0.88% | 0.82% | - |
| XYZ | 23.68 | 46.4 | 8.81 | - |
| YUV | 134.24 | 68.04 | 50.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 210 | 28 | 0.88 | 0 | 0.87 | 0.18 | 120.65 | 0.78 | 0.46 |
| Hex | 1A | D2 | 1C | 58 | 0 | 57 | 12 | 79 | 4E | 2E |
| Octal | 32 | 322 | 34 | 130 | 0 | 127 | 22 | 171 | 116 | 56 |
| Binary | 11010 | 11010010 | 11100 | 1011000 | 0 | 1010111 | 10010 | 1111001 | 1001110 | 101110 |
Color Harmonies of #1AD21C
Complementary color
Monochromatic Colors of #1AD21C
Black with #1AD21C
Text Example
Text Example
White with #1AD21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD21C; }
p { color: rgb(26,210,28); }
H1.HeaderClassName
{
color: #1AD21C;
}
.AnyTagClassName
{
color: #1AD21C;
}
</style>
background-color css
<style>
a { background-color: #1AD21C; }
a { background-color: rgb(26,210,28); }
div.DivClassName
{
background-color: #1AD21C;
}
.BgClassName
{
background-color: #1AD21C;
}
</style>
border-color css
<style>
span { border-color: #1AD21C; }
span { border-color: rgb(26,210,28); }
td.TdClassName
{
border-color: #1AD21C;
}
.TagClassName
{
border-color: #1AD21C;
}
</style>