Shades of Lime Green #1AD027
Tints of Lime Green #1AD027
RGB
CMYK
RGB Variations
Color information
#1AD027 (or 0x1AD027) is known color: Lime Green. HEX triplet: 1A, D0 and 27. RGB value is (26,208,39). Sum of RGB (Red+Green+Blue) = 26+208+39=273 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.52% from 273); Green value is 208 (81.64% from 255 or 76.19% from 273); Blue value is 39 (15.62% from 255 or 14.29% from 273); Max value from RGB is 208 - color contains mainly: green. Hex color #1AD027 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD027 is #E52FD8. Grayscale: #868686. Windows color (decimal): -15019993 or 2609178. OLE color: 2609178.
HSL color Cylindrical-coordinate representation of color #1AD027: hue angle of 124.29º 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 #1AD027 is Cyan = 0.88, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 208 | 39 | - |
| CMYK | 0.88 | 0 | 0.81 | 0.18 |
| HSL | 124.29º | 0.78% | 0.46% | - |
| HSV(B) | 124.29º | 0.88% | 0.82% | - |
| XYZ | 23.35 | 45.48 | 9.47 | - |
| YUV | 134.32 | 74.2 | 50.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 208 | 39 | 0.88 | 0 | 0.81 | 0.18 | 124.29 | 0.78 | 0.46 |
| Hex | 1A | D0 | 27 | 58 | 0 | 51 | 12 | 7C | 4E | 2E |
| Octal | 32 | 320 | 47 | 130 | 0 | 121 | 22 | 174 | 116 | 56 |
| Binary | 11010 | 11010000 | 100111 | 1011000 | 0 | 1010001 | 10010 | 1111100 | 1001110 | 101110 |
Color Harmonies of #1AD027
Complementary color
Monochromatic Colors of #1AD027
Black with #1AD027
Text Example
Text Example
White with #1AD027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD027; }
p { color: rgb(26,208,39); }
H1.HeaderClassName
{
color: #1AD027;
}
.AnyTagClassName
{
color: #1AD027;
}
</style>
background-color css
<style>
a { background-color: #1AD027; }
a { background-color: rgb(26,208,39); }
div.DivClassName
{
background-color: #1AD027;
}
.BgClassName
{
background-color: #1AD027;
}
</style>
border-color css
<style>
span { border-color: #1AD027; }
span { border-color: rgb(26,208,39); }
td.TdClassName
{
border-color: #1AD027;
}
.TagClassName
{
border-color: #1AD027;
}
</style>