Shades of Lime Green #1AD00E
Tints of Lime Green #1AD00E
RGB
CMYK
RGB Variations
Color information
#1AD00E (or 0x1AD00E) is known color: Lime Green. HEX triplet: 1A, D0 and 0E. RGB value is (26,208,14). Sum of RGB (Red+Green+Blue) = 26+208+14=248 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.48% from 248); Green value is 208 (81.64% from 255 or 83.87% from 248); Blue value is 14 (5.86% from 255 or 5.65% from 248); Max value from RGB is 208 - color contains mainly: green. Hex color #1AD00E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AD00E is #E52FF1. Grayscale: #848484. Windows color (decimal): -15020018 or 970778. OLE color: 970778.
HSL color Cylindrical-coordinate representation of color #1AD00E: hue angle of 116.29º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1AD00E is Cyan = 0.88, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 208 | 14 | - |
| CMYK | 0.88 | 0 | 0.93 | 0.18 |
| HSL | 116.29º | 0.87% | 0.44% | - |
| HSV(B) | 116.29º | 0.93% | 0.82% | - |
| XYZ | 23.06 | 45.36 | 7.96 | - |
| YUV | 131.47 | 61.7 | 52.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 208 | 14 | 0.88 | 0 | 0.93 | 0.18 | 116.29 | 0.87 | 0.44 |
| Hex | 1A | D0 | E | 58 | 0 | 5D | 12 | 74 | 57 | 2C |
| Octal | 32 | 320 | 16 | 130 | 0 | 135 | 22 | 164 | 127 | 54 |
| Binary | 11010 | 11010000 | 1110 | 1011000 | 0 | 1011101 | 10010 | 1110100 | 1010111 | 101100 |
Color Harmonies of #1AD00E
Complementary color
Monochromatic Colors of #1AD00E
Black with #1AD00E
Text Example
Text Example
White with #1AD00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD00E; }
p { color: rgb(26,208,14); }
H1.HeaderClassName
{
color: #1AD00E;
}
.AnyTagClassName
{
color: #1AD00E;
}
</style>
background-color css
<style>
a { background-color: #1AD00E; }
a { background-color: rgb(26,208,14); }
div.DivClassName
{
background-color: #1AD00E;
}
.BgClassName
{
background-color: #1AD00E;
}
</style>
border-color css
<style>
span { border-color: #1AD00E; }
span { border-color: rgb(26,208,14); }
td.TdClassName
{
border-color: #1AD00E;
}
.TagClassName
{
border-color: #1AD00E;
}
</style>