Shades of Lime Green #1AD127
Tints of Lime Green #1AD127
RGB
CMYK
RGB Variations
Color information
#1AD127 (or 0x1AD127) is known color: Lime Green. HEX triplet: 1A, D1 and 27. RGB value is (26,209,39). Sum of RGB (Red+Green+Blue) = 26+209+39=274 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.49% from 274); Green value is 209 (82.03% from 255 or 76.28% from 274); Blue value is 39 (15.62% from 255 or 14.23% from 274); Max value from RGB is 209 - color contains mainly: green. Hex color #1AD127 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD127 is #E52ED8. Grayscale: #878787. Windows color (decimal): -15019737 or 2609434. OLE color: 2609434.
HSL color Cylindrical-coordinate representation of color #1AD127: hue angle of 124.26º 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 #1AD127 is Cyan = 0.88, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 209 | 39 | - |
| CMYK | 0.88 | 0 | 0.81 | 0.18 |
| HSL | 124.26º | 0.78% | 0.46% | - |
| HSV(B) | 124.26º | 0.88% | 0.82% | - |
| XYZ | 23.59 | 45.97 | 9.55 | - |
| YUV | 134.9 | 73.87 | 50.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 209 | 39 | 0.88 | 0 | 0.81 | 0.18 | 124.26 | 0.78 | 0.46 |
| Hex | 1A | D1 | 27 | 58 | 0 | 51 | 12 | 7C | 4E | 2E |
| Octal | 32 | 321 | 47 | 130 | 0 | 121 | 22 | 174 | 116 | 56 |
| Binary | 11010 | 11010001 | 100111 | 1011000 | 0 | 1010001 | 10010 | 1111100 | 1001110 | 101110 |
Color Harmonies of #1AD127
Complementary color
Monochromatic Colors of #1AD127
Black with #1AD127
Text Example
Text Example
White with #1AD127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD127; }
p { color: rgb(26,209,39); }
H1.HeaderClassName
{
color: #1AD127;
}
.AnyTagClassName
{
color: #1AD127;
}
</style>
background-color css
<style>
a { background-color: #1AD127; }
a { background-color: rgb(26,209,39); }
div.DivClassName
{
background-color: #1AD127;
}
.BgClassName
{
background-color: #1AD127;
}
</style>
border-color css
<style>
span { border-color: #1AD127; }
span { border-color: rgb(26,209,39); }
td.TdClassName
{
border-color: #1AD127;
}
.TagClassName
{
border-color: #1AD127;
}
</style>