Shades of Lime Green #1AD121
Tints of Lime Green #1AD121
RGB
CMYK
RGB Variations
Color information
#1AD121 (or 0x1AD121) is known color: Lime Green. HEX triplet: 1A, D1 and 21. RGB value is (26,209,33). Sum of RGB (Red+Green+Blue) = 26+209+33=268 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.70% from 268); Green value is 209 (82.03% from 255 or 77.99% from 268); Blue value is 33 (13.28% from 255 or 12.31% from 268); Max value from RGB is 209 - color contains mainly: green. Hex color #1AD121 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD121 is #E52EDE. Grayscale: #868686. Windows color (decimal): -15019743 or 2216218. OLE color: 2216218.
HSL color Cylindrical-coordinate representation of color #1AD121: hue angle of 122.3º 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 #1AD121 is Cyan = 0.88, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 209 | 33 | - |
| CMYK | 0.88 | 0 | 0.84 | 0.18 |
| HSL | 122.3º | 0.78% | 0.46% | - |
| HSV(B) | 122.3º | 0.88% | 0.82% | - |
| XYZ | 23.5 | 45.93 | 9.07 | - |
| YUV | 134.22 | 70.87 | 50.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 209 | 33 | 0.88 | 0 | 0.84 | 0.18 | 122.3 | 0.78 | 0.46 |
| Hex | 1A | D1 | 21 | 58 | 0 | 54 | 12 | 7A | 4E | 2E |
| Octal | 32 | 321 | 41 | 130 | 0 | 124 | 22 | 172 | 116 | 56 |
| Binary | 11010 | 11010001 | 100001 | 1011000 | 0 | 1010100 | 10010 | 1111010 | 1001110 | 101110 |
Color Harmonies of #1AD121
Complementary color
Monochromatic Colors of #1AD121
Black with #1AD121
Text Example
Text Example
White with #1AD121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD121; }
p { color: rgb(26,209,33); }
H1.HeaderClassName
{
color: #1AD121;
}
.AnyTagClassName
{
color: #1AD121;
}
</style>
background-color css
<style>
a { background-color: #1AD121; }
a { background-color: rgb(26,209,33); }
div.DivClassName
{
background-color: #1AD121;
}
.BgClassName
{
background-color: #1AD121;
}
</style>
border-color css
<style>
span { border-color: #1AD121; }
span { border-color: rgb(26,209,33); }
td.TdClassName
{
border-color: #1AD121;
}
.TagClassName
{
border-color: #1AD121;
}
</style>