Shades of Lime Green #1AD722
Tints of Lime Green #1AD722
RGB
CMYK
RGB Variations
Color information
#1AD722 (or 0x1AD722) is known color: Lime Green. HEX triplet: 1A, D7 and 22. RGB value is (26,215,34). Sum of RGB (Red+Green+Blue) = 26+215+34=275 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.45% from 275); Green value is 215 (84.38% from 255 or 78.18% from 275); Blue value is 34 (13.67% from 255 or 12.36% from 275); Max value from RGB is 215 - color contains mainly: green. Hex color #1AD722 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD722 is #E528DD. Grayscale: #8A8A8A. Windows color (decimal): -15018206 or 2283290. OLE color: 2283290.
HSL color Cylindrical-coordinate representation of color #1AD722: hue angle of 122.54º 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 #1AD722 is Cyan = 0.88, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 26 | 215 | 34 | - |
| CMYK | 0.88 | 0 | 0.84 | 0.16 |
| HSL | 122.54º | 0.78% | 0.47% | - |
| HSV(B) | 122.54º | 0.88% | 0.84% | - |
| XYZ | 25.02 | 48.94 | 9.64 | - |
| YUV | 137.86 | 69.38 | 48.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 215 | 34 | 0.88 | 0 | 0.84 | 0.16 | 122.54 | 0.78 | 0.47 |
| Hex | 1A | D7 | 22 | 58 | 0 | 54 | 10 | 7B | 4E | 2F |
| Octal | 32 | 327 | 42 | 130 | 0 | 124 | 20 | 173 | 116 | 57 |
| Binary | 11010 | 11010111 | 100010 | 1011000 | 0 | 1010100 | 10000 | 1111011 | 1001110 | 101111 |
Color Harmonies of #1AD722
Complementary color
Monochromatic Colors of #1AD722
Black with #1AD722
Text Example
Text Example
White with #1AD722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD722; }
p { color: rgb(26,215,34); }
H1.HeaderClassName
{
color: #1AD722;
}
.AnyTagClassName
{
color: #1AD722;
}
</style>
background-color css
<style>
a { background-color: #1AD722; }
a { background-color: rgb(26,215,34); }
div.DivClassName
{
background-color: #1AD722;
}
.BgClassName
{
background-color: #1AD722;
}
</style>
border-color css
<style>
span { border-color: #1AD722; }
span { border-color: rgb(26,215,34); }
td.TdClassName
{
border-color: #1AD722;
}
.TagClassName
{
border-color: #1AD722;
}
</style>