Shades of Lime Green #1AD031
Tints of Lime Green #1AD031
RGB
CMYK
RGB Variations
Color information
#1AD031 (or 0x1AD031) is known color: Lime Green. HEX triplet: 1A, D0 and 31. RGB value is (26,208,49). Sum of RGB (Red+Green+Blue) = 26+208+49=283 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.19% from 283); Green value is 208 (81.64% from 255 or 73.50% from 283); Blue value is 49 (19.53% from 255 or 17.31% from 283); Max value from RGB is 208 - color contains mainly: green. Hex color #1AD031 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD031 is #E52FCE. Grayscale: #878787. Windows color (decimal): -15019983 or 3264538. OLE color: 3264538.
HSL color Cylindrical-coordinate representation of color #1AD031: hue angle of 127.58º 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 #1AD031 is Cyan = 0.88, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 208 | 49 | - |
| CMYK | 0.88 | 0 | 0.76 | 0.18 |
| HSL | 127.58º | 0.78% | 0.46% | - |
| HSV(B) | 127.58º | 0.88% | 0.82% | - |
| XYZ | 23.54 | 45.55 | 10.46 | - |
| YUV | 135.46 | 79.2 | 49.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 208 | 49 | 0.88 | 0 | 0.76 | 0.18 | 127.58 | 0.78 | 0.46 |
| Hex | 1A | D0 | 31 | 58 | 0 | 4C | 12 | 80 | 4E | 2E |
| Octal | 32 | 320 | 61 | 130 | 0 | 114 | 22 | 200 | 116 | 56 |
| Binary | 11010 | 11010000 | 110001 | 1011000 | 0 | 1001100 | 10010 | 10000000 | 1001110 | 101110 |
Color Harmonies of #1AD031
Complementary color
Monochromatic Colors of #1AD031
Black with #1AD031
Text Example
Text Example
White with #1AD031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD031; }
p { color: rgb(26,208,49); }
H1.HeaderClassName
{
color: #1AD031;
}
.AnyTagClassName
{
color: #1AD031;
}
</style>
background-color css
<style>
a { background-color: #1AD031; }
a { background-color: rgb(26,208,49); }
div.DivClassName
{
background-color: #1AD031;
}
.BgClassName
{
background-color: #1AD031;
}
</style>
border-color css
<style>
span { border-color: #1AD031; }
span { border-color: rgb(26,208,49); }
td.TdClassName
{
border-color: #1AD031;
}
.TagClassName
{
border-color: #1AD031;
}
</style>