Shades of Lime Green #1AD231
Tints of Lime Green #1AD231
RGB
CMYK
RGB Variations
Color information
#1AD231 (or 0x1AD231) is known color: Lime Green. HEX triplet: 1A, D2 and 31. RGB value is (26,210,49). Sum of RGB (Red+Green+Blue) = 26+210+49=285 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.12% from 285); Green value is 210 (82.42% from 255 or 73.68% from 285); Blue value is 49 (19.53% from 255 or 17.19% from 285); Max value from RGB is 210 - color contains mainly: green. Hex color #1AD231 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD231 is #E52DCE. Grayscale: #898989. Windows color (decimal): -15019471 or 3265050. OLE color: 3265050.
HSL color Cylindrical-coordinate representation of color #1AD231: hue angle of 127.5º 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 #1AD231 is Cyan = 0.88, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 210 | 49 | - |
| CMYK | 0.88 | 0 | 0.77 | 0.18 |
| HSL | 127.5º | 0.78% | 0.46% | - |
| HSV(B) | 127.5º | 0.88% | 0.82% | - |
| XYZ | 24.03 | 46.53 | 10.62 | - |
| YUV | 136.63 | 78.54 | 49.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 210 | 49 | 0.88 | 0 | 0.77 | 0.18 | 127.5 | 0.78 | 0.46 |
| Hex | 1A | D2 | 31 | 58 | 0 | 4D | 12 | 80 | 4E | 2E |
| Octal | 32 | 322 | 61 | 130 | 0 | 115 | 22 | 200 | 116 | 56 |
| Binary | 11010 | 11010010 | 110001 | 1011000 | 0 | 1001101 | 10010 | 10000000 | 1001110 | 101110 |
Color Harmonies of #1AD231
Complementary color
Monochromatic Colors of #1AD231
Black with #1AD231
Text Example
Text Example
White with #1AD231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD231; }
p { color: rgb(26,210,49); }
H1.HeaderClassName
{
color: #1AD231;
}
.AnyTagClassName
{
color: #1AD231;
}
</style>
background-color css
<style>
a { background-color: #1AD231; }
a { background-color: rgb(26,210,49); }
div.DivClassName
{
background-color: #1AD231;
}
.BgClassName
{
background-color: #1AD231;
}
</style>
border-color css
<style>
span { border-color: #1AD231; }
span { border-color: rgb(26,210,49); }
td.TdClassName
{
border-color: #1AD231;
}
.TagClassName
{
border-color: #1AD231;
}
</style>