Shades of Lime Green #1AD72C
Tints of Lime Green #1AD72C
RGB
CMYK
RGB Variations
Color information
#1AD72C (or 0x1AD72C) is known color: Lime Green. HEX triplet: 1A, D7 and 2C. RGB value is (26,215,44). Sum of RGB (Red+Green+Blue) = 26+215+44=285 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.12% from 285); Green value is 215 (84.38% from 255 or 75.44% from 285); Blue value is 44 (17.58% from 255 or 15.44% from 285); Max value from RGB is 215 - color contains mainly: green. Hex color #1AD72C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD72C is #E528D3. Grayscale: #8B8B8B. Windows color (decimal): -15018196 or 2938650. OLE color: 2938650.
HSL color Cylindrical-coordinate representation of color #1AD72C: hue angle of 125.71º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD72C is Cyan = 0.88, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 26 | 215 | 44 | - |
| CMYK | 0.88 | 0 | 0.80 | 0.16 |
| HSL | 125.71º | 0.78% | 0.47% | - |
| HSV(B) | 125.71º | 0.88% | 0.84% | - |
| XYZ | 25.18 | 49 | 10.51 | - |
| YUV | 139 | 74.38 | 47.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 215 | 44 | 0.88 | 0 | 0.80 | 0.16 | 125.71 | 0.78 | 0.47 |
| Hex | 1A | D7 | 2C | 58 | 0 | 50 | 10 | 7E | 4E | 2F |
| Octal | 32 | 327 | 54 | 130 | 0 | 120 | 20 | 176 | 116 | 57 |
| Binary | 11010 | 11010111 | 101100 | 1011000 | 0 | 1010000 | 10000 | 1111110 | 1001110 | 101111 |
Color Harmonies of #1AD72C
Complementary color
Monochromatic Colors of #1AD72C
Black with #1AD72C
Text Example
Text Example
White with #1AD72C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD72C; }
p { color: rgb(26,215,44); }
H1.HeaderClassName
{
color: #1AD72C;
}
.AnyTagClassName
{
color: #1AD72C;
}
</style>
background-color css
<style>
a { background-color: #1AD72C; }
a { background-color: rgb(26,215,44); }
div.DivClassName
{
background-color: #1AD72C;
}
.BgClassName
{
background-color: #1AD72C;
}
</style>
border-color css
<style>
span { border-color: #1AD72C; }
span { border-color: rgb(26,215,44); }
td.TdClassName
{
border-color: #1AD72C;
}
.TagClassName
{
border-color: #1AD72C;
}
</style>