Shades of Lime Green #1ACD19
Tints of Lime Green #1ACD19
RGB
CMYK
RGB Variations
Color information
#1ACD19 (or 0x1ACD19) is known color: Lime Green. HEX triplet: 1A, CD and 19. RGB value is (26,205,25). Sum of RGB (Red+Green+Blue) = 26+205+25=256 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.16% from 256); Green value is 205 (80.47% from 255 or 80.08% from 256); Blue value is 25 (10.16% from 255 or 9.77% from 256); Max value from RGB is 205 - color contains mainly: green. Hex color #1ACD19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ACD19 is #E532E6. Grayscale: #838383. Windows color (decimal): -15020775 or 1690906. OLE color: 1690906.
HSL color Cylindrical-coordinate representation of color #1ACD19: hue angle of 119.67º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ACD19 is Cyan = 0.87, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 26 | 205 | 25 | - |
| CMYK | 0.87 | 0 | 0.88 | 0.20 |
| HSL | 119.67º | 0.78% | 0.45% | - |
| HSV(B) | 119.67º | 0.88% | 0.8% | - |
| XYZ | 22.43 | 43.95 | 8.22 | - |
| YUV | 130.96 | 68.2 | 53.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 205 | 25 | 0.87 | 0 | 0.88 | 0.20 | 119.67 | 0.78 | 0.45 |
| Hex | 1A | CD | 19 | 57 | 0 | 58 | 14 | 78 | 4E | 2D |
| Octal | 32 | 315 | 31 | 127 | 0 | 130 | 24 | 170 | 116 | 55 |
| Binary | 11010 | 11001101 | 11001 | 1010111 | 0 | 1011000 | 10100 | 1111000 | 1001110 | 101101 |
Color Harmonies of #1ACD19
Complementary color
Monochromatic Colors of #1ACD19
Black with #1ACD19
Text Example
Text Example
White with #1ACD19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ACD19; }
p { color: rgb(26,205,25); }
H1.HeaderClassName
{
color: #1ACD19;
}
.AnyTagClassName
{
color: #1ACD19;
}
</style>
background-color css
<style>
a { background-color: #1ACD19; }
a { background-color: rgb(26,205,25); }
div.DivClassName
{
background-color: #1ACD19;
}
.BgClassName
{
background-color: #1ACD19;
}
</style>
border-color css
<style>
span { border-color: #1ACD19; }
span { border-color: rgb(26,205,25); }
td.TdClassName
{
border-color: #1ACD19;
}
.TagClassName
{
border-color: #1ACD19;
}
</style>