Shades of Lime Green #1AD228
Tints of Lime Green #1AD228
RGB
CMYK
RGB Variations
Color information
#1AD228 (or 0x1AD228) is known color: Lime Green. HEX triplet: 1A, D2 and 28. RGB value is (26,210,40). Sum of RGB (Red+Green+Blue) = 26+210+40=276 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.42% from 276); Green value is 210 (82.42% from 255 or 76.09% from 276); Blue value is 40 (16.02% from 255 or 14.49% from 276); Max value from RGB is 210 - color contains mainly: green. Hex color #1AD228 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD228 is #E52DD7. Grayscale: #888888. Windows color (decimal): -15019480 or 2675226. OLE color: 2675226.
HSL color Cylindrical-coordinate representation of color #1AD228: hue angle of 124.57º 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 #1AD228 is Cyan = 0.88, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 210 | 40 | - |
| CMYK | 0.88 | 0 | 0.81 | 0.18 |
| HSL | 124.57º | 0.78% | 0.46% | - |
| HSV(B) | 124.57º | 0.88% | 0.82% | - |
| XYZ | 23.86 | 46.47 | 9.72 | - |
| YUV | 135.6 | 74.04 | 49.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 210 | 40 | 0.88 | 0 | 0.81 | 0.18 | 124.57 | 0.78 | 0.46 |
| Hex | 1A | D2 | 28 | 58 | 0 | 51 | 12 | 7D | 4E | 2E |
| Octal | 32 | 322 | 50 | 130 | 0 | 121 | 22 | 175 | 116 | 56 |
| Binary | 11010 | 11010010 | 101000 | 1011000 | 0 | 1010001 | 10010 | 1111101 | 1001110 | 101110 |
Color Harmonies of #1AD228
Complementary color
Monochromatic Colors of #1AD228
Black with #1AD228
Text Example
Text Example
White with #1AD228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD228; }
p { color: rgb(26,210,40); }
H1.HeaderClassName
{
color: #1AD228;
}
.AnyTagClassName
{
color: #1AD228;
}
</style>
background-color css
<style>
a { background-color: #1AD228; }
a { background-color: rgb(26,210,40); }
div.DivClassName
{
background-color: #1AD228;
}
.BgClassName
{
background-color: #1AD228;
}
</style>
border-color css
<style>
span { border-color: #1AD228; }
span { border-color: rgb(26,210,40); }
td.TdClassName
{
border-color: #1AD228;
}
.TagClassName
{
border-color: #1AD228;
}
</style>