Shades of Lime Green #1AD31B
Tints of Lime Green #1AD31B
RGB
CMYK
RGB Variations
Color information
#1AD31B (or 0x1AD31B) is known color: Lime Green. HEX triplet: 1A, D3 and 1B. RGB value is (26,211,27). Sum of RGB (Red+Green+Blue) = 26+211+27=264 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.85% from 264); Green value is 211 (82.81% from 255 or 79.92% from 264); Blue value is 27 (10.94% from 255 or 10.23% from 264); Max value from RGB is 211 - color contains mainly: green. Hex color #1AD31B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD31B is #E52CE4. Grayscale: #878787. Windows color (decimal): -15019237 or 1823514. OLE color: 1823514.
HSL color Cylindrical-coordinate representation of color #1AD31B: hue angle of 120.32º 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 #1AD31B is Cyan = 0.88, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 26 | 211 | 27 | - |
| CMYK | 0.88 | 0 | 0.87 | 0.17 |
| HSL | 120.32º | 0.78% | 0.46% | - |
| HSV(B) | 120.32º | 0.88% | 0.83% | - |
| XYZ | 23.92 | 46.89 | 8.83 | - |
| YUV | 134.71 | 67.21 | 50.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 211 | 27 | 0.88 | 0 | 0.87 | 0.17 | 120.32 | 0.78 | 0.46 |
| Hex | 1A | D3 | 1B | 58 | 0 | 57 | 11 | 78 | 4E | 2E |
| Octal | 32 | 323 | 33 | 130 | 0 | 127 | 21 | 170 | 116 | 56 |
| Binary | 11010 | 11010011 | 11011 | 1011000 | 0 | 1010111 | 10001 | 1111000 | 1001110 | 101110 |
Color Harmonies of #1AD31B
Complementary color
Monochromatic Colors of #1AD31B
Black with #1AD31B
Text Example
Text Example
White with #1AD31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD31B; }
p { color: rgb(26,211,27); }
H1.HeaderClassName
{
color: #1AD31B;
}
.AnyTagClassName
{
color: #1AD31B;
}
</style>
background-color css
<style>
a { background-color: #1AD31B; }
a { background-color: rgb(26,211,27); }
div.DivClassName
{
background-color: #1AD31B;
}
.BgClassName
{
background-color: #1AD31B;
}
</style>
border-color css
<style>
span { border-color: #1AD31B; }
span { border-color: rgb(26,211,27); }
td.TdClassName
{
border-color: #1AD31B;
}
.TagClassName
{
border-color: #1AD31B;
}
</style>