Shades of Lime Green #1AD028
Tints of Lime Green #1AD028
RGB
CMYK
RGB Variations
Color information
#1AD028 (or 0x1AD028) is known color: Lime Green. HEX triplet: 1A, D0 and 28. RGB value is (26,208,40). Sum of RGB (Red+Green+Blue) = 26+208+40=274 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.49% from 274); Green value is 208 (81.64% from 255 or 75.91% from 274); Blue value is 40 (16.02% from 255 or 14.60% from 274); Max value from RGB is 208 - color contains mainly: green. Hex color #1AD028 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD028 is #E52FD7. Grayscale: #868686. Windows color (decimal): -15019992 or 2674714. OLE color: 2674714.
HSL color Cylindrical-coordinate representation of color #1AD028: hue angle of 124.62º 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 #1AD028 is Cyan = 0.88, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 208 | 40 | - |
| CMYK | 0.88 | 0 | 0.81 | 0.18 |
| HSL | 124.62º | 0.78% | 0.46% | - |
| HSV(B) | 124.62º | 0.88% | 0.82% | - |
| XYZ | 23.36 | 45.48 | 9.56 | - |
| YUV | 134.43 | 74.7 | 50.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 208 | 40 | 0.88 | 0 | 0.81 | 0.18 | 124.62 | 0.78 | 0.46 |
| Hex | 1A | D0 | 28 | 58 | 0 | 51 | 12 | 7D | 4E | 2E |
| Octal | 32 | 320 | 50 | 130 | 0 | 121 | 22 | 175 | 116 | 56 |
| Binary | 11010 | 11010000 | 101000 | 1011000 | 0 | 1010001 | 10010 | 1111101 | 1001110 | 101110 |
Color Harmonies of #1AD028
Complementary color
Monochromatic Colors of #1AD028
Black with #1AD028
Text Example
Text Example
White with #1AD028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD028; }
p { color: rgb(26,208,40); }
H1.HeaderClassName
{
color: #1AD028;
}
.AnyTagClassName
{
color: #1AD028;
}
</style>
background-color css
<style>
a { background-color: #1AD028; }
a { background-color: rgb(26,208,40); }
div.DivClassName
{
background-color: #1AD028;
}
.BgClassName
{
background-color: #1AD028;
}
</style>
border-color css
<style>
span { border-color: #1AD028; }
span { border-color: rgb(26,208,40); }
td.TdClassName
{
border-color: #1AD028;
}
.TagClassName
{
border-color: #1AD028;
}
</style>