Shades of Lime Green #1AD214
Tints of Lime Green #1AD214
RGB
CMYK
RGB Variations
Color information
#1AD214 (or 0x1AD214) is known color: Lime Green. HEX triplet: 1A, D2 and 14. RGB value is (26,210,20). Sum of RGB (Red+Green+Blue) = 26+210+20=256 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.16% from 256); Green value is 210 (82.42% from 255 or 82.03% from 256); Blue value is 20 (8.20% from 255 or 7.81% from 256); Max value from RGB is 210 - color contains mainly: green. Hex color #1AD214 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AD214 is #E52DEB. Grayscale: #858585. Windows color (decimal): -15019500 or 1364506. OLE color: 1364506.
HSL color Cylindrical-coordinate representation of color #1AD214: hue angle of 118.11º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AD214 is Cyan = 0.88, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 210 | 20 | - |
| CMYK | 0.88 | 0 | 0.90 | 0.18 |
| HSL | 118.11º | 0.83% | 0.45% | - |
| HSV(B) | 118.11º | 0.9% | 0.82% | - |
| XYZ | 23.6 | 46.36 | 8.37 | - |
| YUV | 133.32 | 64.04 | 51.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 210 | 20 | 0.88 | 0 | 0.90 | 0.18 | 118.11 | 0.83 | 0.45 |
| Hex | 1A | D2 | 14 | 58 | 0 | 5A | 12 | 76 | 53 | 2D |
| Octal | 32 | 322 | 24 | 130 | 0 | 132 | 22 | 166 | 123 | 55 |
| Binary | 11010 | 11010010 | 10100 | 1011000 | 0 | 1011010 | 10010 | 1110110 | 1010011 | 101101 |
Color Harmonies of #1AD214
Complementary color
Monochromatic Colors of #1AD214
Black with #1AD214
Text Example
Text Example
White with #1AD214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD214; }
p { color: rgb(26,210,20); }
H1.HeaderClassName
{
color: #1AD214;
}
.AnyTagClassName
{
color: #1AD214;
}
</style>
background-color css
<style>
a { background-color: #1AD214; }
a { background-color: rgb(26,210,20); }
div.DivClassName
{
background-color: #1AD214;
}
.BgClassName
{
background-color: #1AD214;
}
</style>
border-color css
<style>
span { border-color: #1AD214; }
span { border-color: rgb(26,210,20); }
td.TdClassName
{
border-color: #1AD214;
}
.TagClassName
{
border-color: #1AD214;
}
</style>