Shades of Lime Green #1AD924
Tints of Lime Green #1AD924
RGB
CMYK
RGB Variations
Color information
#1AD924 (or 0x1AD924) is known color: Lime Green. HEX triplet: 1A, D9 and 24. RGB value is (26,217,36). Sum of RGB (Red+Green+Blue) = 26+217+36=279 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.32% from 279); Green value is 217 (85.16% from 255 or 77.78% from 279); Blue value is 36 (14.45% from 255 or 12.90% from 279); Max value from RGB is 217 - color contains mainly: green. Hex color #1AD924 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD924 is #E526DB. Grayscale: #8B8B8B. Windows color (decimal): -15017692 or 2414874. OLE color: 2414874.
HSL color Cylindrical-coordinate representation of color #1AD924: hue angle of 123.14º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD924 is Cyan = 0.88, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 26 | 217 | 36 | - |
| CMYK | 0.88 | 0 | 0.83 | 0.15 |
| HSL | 123.14º | 0.79% | 0.48% | - |
| HSV(B) | 123.14º | 0.88% | 0.85% | - |
| XYZ | 25.56 | 49.97 | 9.97 | - |
| YUV | 139.26 | 69.72 | 47.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 217 | 36 | 0.88 | 0 | 0.83 | 0.15 | 123.14 | 0.79 | 0.48 |
| Hex | 1A | D9 | 24 | 58 | 0 | 53 | F | 7B | 4F | 30 |
| Octal | 32 | 331 | 44 | 130 | 0 | 123 | 17 | 173 | 117 | 60 |
| Binary | 11010 | 11011001 | 100100 | 1011000 | 0 | 1010011 | 1111 | 1111011 | 1001111 | 110000 |
Color Harmonies of #1AD924
Complementary color
Monochromatic Colors of #1AD924
Black with #1AD924
Text Example
Text Example
White with #1AD924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD924; }
p { color: rgb(26,217,36); }
H1.HeaderClassName
{
color: #1AD924;
}
.AnyTagClassName
{
color: #1AD924;
}
</style>
background-color css
<style>
a { background-color: #1AD924; }
a { background-color: rgb(26,217,36); }
div.DivClassName
{
background-color: #1AD924;
}
.BgClassName
{
background-color: #1AD924;
}
</style>
border-color css
<style>
span { border-color: #1AD924; }
span { border-color: rgb(26,217,36); }
td.TdClassName
{
border-color: #1AD924;
}
.TagClassName
{
border-color: #1AD924;
}
</style>