Shades of Lime Green #1AD31D
Tints of Lime Green #1AD31D
RGB
CMYK
RGB Variations
Color information
#1AD31D (or 0x1AD31D) is known color: Lime Green. HEX triplet: 1A, D3 and 1D. RGB value is (26,211,29). Sum of RGB (Red+Green+Blue) = 26+211+29=266 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.77% from 266); Green value is 211 (82.81% from 255 or 79.32% from 266); Blue value is 29 (11.72% from 255 or 10.90% from 266); Max value from RGB is 211 - color contains mainly: green. Hex color #1AD31D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD31D is #E52CE2. Grayscale: #878787. Windows color (decimal): -15019235 or 1954586. OLE color: 1954586.
HSL color Cylindrical-coordinate representation of color #1AD31D: hue angle of 120.97º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD31D is Cyan = 0.88, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 26 | 211 | 29 | - |
| CMYK | 0.88 | 0 | 0.86 | 0.17 |
| HSL | 120.97º | 0.78% | 0.46% | - |
| HSV(B) | 120.97º | 0.88% | 0.83% | - |
| XYZ | 23.94 | 46.9 | 8.95 | - |
| YUV | 134.94 | 68.21 | 50.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 211 | 29 | 0.88 | 0 | 0.86 | 0.17 | 120.97 | 0.78 | 0.46 |
| Hex | 1A | D3 | 1D | 58 | 0 | 56 | 11 | 79 | 4E | 2E |
| Octal | 32 | 323 | 35 | 130 | 0 | 126 | 21 | 171 | 116 | 56 |
| Binary | 11010 | 11010011 | 11101 | 1011000 | 0 | 1010110 | 10001 | 1111001 | 1001110 | 101110 |
Color Harmonies of #1AD31D
Complementary color
Monochromatic Colors of #1AD31D
Black with #1AD31D
Text Example
Text Example
White with #1AD31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD31D; }
p { color: rgb(26,211,29); }
H1.HeaderClassName
{
color: #1AD31D;
}
.AnyTagClassName
{
color: #1AD31D;
}
</style>
background-color css
<style>
a { background-color: #1AD31D; }
a { background-color: rgb(26,211,29); }
div.DivClassName
{
background-color: #1AD31D;
}
.BgClassName
{
background-color: #1AD31D;
}
</style>
border-color css
<style>
span { border-color: #1AD31D; }
span { border-color: rgb(26,211,29); }
td.TdClassName
{
border-color: #1AD31D;
}
.TagClassName
{
border-color: #1AD31D;
}
</style>