Shades of Lime Green #1AD014
Tints of Lime Green #1AD014
RGB
CMYK
RGB Variations
Color information
#1AD014 (or 0x1AD014) is known color: Lime Green. HEX triplet: 1A, D0 and 14. RGB value is (26,208,20). Sum of RGB (Red+Green+Blue) = 26+208+20=254 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.24% from 254); Green value is 208 (81.64% from 255 or 81.89% from 254); Blue value is 20 (8.20% from 255 or 7.87% from 254); Max value from RGB is 208 - color contains mainly: green. Hex color #1AD014 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AD014 is #E52FEB. Grayscale: #848484. Windows color (decimal): -15020012 or 1363994. OLE color: 1363994.
HSL color Cylindrical-coordinate representation of color #1AD014: hue angle of 118.09º degrees, saturation: 0.82, 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 #1AD014 is Cyan = 0.88, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 208 | 20 | - |
| CMYK | 0.88 | 0 | 0.90 | 0.18 |
| HSL | 118.09º | 0.82% | 0.45% | - |
| HSV(B) | 118.09º | 0.9% | 0.82% | - |
| XYZ | 23.11 | 45.38 | 8.2 | - |
| YUV | 132.15 | 64.7 | 52.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 208 | 20 | 0.88 | 0 | 0.90 | 0.18 | 118.09 | 0.82 | 0.45 |
| Hex | 1A | D0 | 14 | 58 | 0 | 5A | 12 | 76 | 52 | 2D |
| Octal | 32 | 320 | 24 | 130 | 0 | 132 | 22 | 166 | 122 | 55 |
| Binary | 11010 | 11010000 | 10100 | 1011000 | 0 | 1011010 | 10010 | 1110110 | 1010010 | 101101 |
Color Harmonies of #1AD014
Complementary color
Monochromatic Colors of #1AD014
Black with #1AD014
Text Example
Text Example
White with #1AD014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD014; }
p { color: rgb(26,208,20); }
H1.HeaderClassName
{
color: #1AD014;
}
.AnyTagClassName
{
color: #1AD014;
}
</style>
background-color css
<style>
a { background-color: #1AD014; }
a { background-color: rgb(26,208,20); }
div.DivClassName
{
background-color: #1AD014;
}
.BgClassName
{
background-color: #1AD014;
}
</style>
border-color css
<style>
span { border-color: #1AD014; }
span { border-color: rgb(26,208,20); }
td.TdClassName
{
border-color: #1AD014;
}
.TagClassName
{
border-color: #1AD014;
}
</style>