Shades of Lime Green #1ACD24
Tints of Lime Green #1ACD24
RGB
CMYK
RGB Variations
Color information
#1ACD24 (or 0x1ACD24) is known color: Lime Green. HEX triplet: 1A, CD and 24. RGB value is (26,205,36). Sum of RGB (Red+Green+Blue) = 26+205+36=267 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.74% from 267); Green value is 205 (80.47% from 255 or 76.78% from 267); Blue value is 36 (14.45% from 255 or 13.48% from 267); Max value from RGB is 205 - color contains mainly: green. Hex color #1ACD24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ACD24 is #E532DB. Grayscale: #848484. Windows color (decimal): -15020764 or 2411802. OLE color: 2411802.
HSL color Cylindrical-coordinate representation of color #1ACD24: hue angle of 123.35º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1ACD24 is Cyan = 0.87, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 26 | 205 | 36 | - |
| CMYK | 0.87 | 0 | 0.82 | 0.20 |
| HSL | 123.35º | 0.77% | 0.45% | - |
| HSV(B) | 123.35º | 0.87% | 0.8% | - |
| XYZ | 22.58 | 44.01 | 8.97 | - |
| YUV | 132.21 | 73.7 | 52.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 205 | 36 | 0.87 | 0 | 0.82 | 0.20 | 123.35 | 0.77 | 0.45 |
| Hex | 1A | CD | 24 | 57 | 0 | 52 | 14 | 7B | 4D | 2D |
| Octal | 32 | 315 | 44 | 127 | 0 | 122 | 24 | 173 | 115 | 55 |
| Binary | 11010 | 11001101 | 100100 | 1010111 | 0 | 1010010 | 10100 | 1111011 | 1001101 | 101101 |
Color Harmonies of #1ACD24
Complementary color
Monochromatic Colors of #1ACD24
Black with #1ACD24
Text Example
Text Example
White with #1ACD24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ACD24; }
p { color: rgb(26,205,36); }
H1.HeaderClassName
{
color: #1ACD24;
}
.AnyTagClassName
{
color: #1ACD24;
}
</style>
background-color css
<style>
a { background-color: #1ACD24; }
a { background-color: rgb(26,205,36); }
div.DivClassName
{
background-color: #1ACD24;
}
.BgClassName
{
background-color: #1ACD24;
}
</style>
border-color css
<style>
span { border-color: #1ACD24; }
span { border-color: rgb(26,205,36); }
td.TdClassName
{
border-color: #1ACD24;
}
.TagClassName
{
border-color: #1ACD24;
}
</style>