Shades of Lime Green #1ACA2D
Tints of Lime Green #1ACA2D
RGB
CMYK
RGB Variations
Color information
#1ACA2D (or 0x1ACA2D) is known color: Lime Green. HEX triplet: 1A, CA and 2D. RGB value is (26,202,45). Sum of RGB (Red+Green+Blue) = 26+202+45=273 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.52% from 273); Green value is 202 (79.30% from 255 or 73.99% from 273); Blue value is 45 (17.97% from 255 or 16.48% from 273); Max value from RGB is 202 - color contains mainly: green. Hex color #1ACA2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ACA2D is #E535D2. Grayscale: #838383. Windows color (decimal): -15021523 or 3000858. OLE color: 3000858.
HSL color Cylindrical-coordinate representation of color #1ACA2D: hue angle of 126.48º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1ACA2D is Cyan = 0.87, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 26 | 202 | 45 | - |
| CMYK | 0.87 | 0 | 0.78 | 0.21 |
| HSL | 126.48º | 0.77% | 0.45% | - |
| HSV(B) | 126.48º | 0.87% | 0.79% | - |
| XYZ | 22.02 | 42.65 | 9.55 | - |
| YUV | 131.48 | 79.19 | 52.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 202 | 45 | 0.87 | 0 | 0.78 | 0.21 | 126.48 | 0.77 | 0.45 |
| Hex | 1A | CA | 2D | 57 | 0 | 4E | 15 | 7E | 4D | 2D |
| Octal | 32 | 312 | 55 | 127 | 0 | 116 | 25 | 176 | 115 | 55 |
| Binary | 11010 | 11001010 | 101101 | 1010111 | 0 | 1001110 | 10101 | 1111110 | 1001101 | 101101 |
Color Harmonies of #1ACA2D
Complementary color
Monochromatic Colors of #1ACA2D
Black with #1ACA2D
Text Example
Text Example
White with #1ACA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ACA2D; }
p { color: rgb(26,202,45); }
H1.HeaderClassName
{
color: #1ACA2D;
}
.AnyTagClassName
{
color: #1ACA2D;
}
</style>
background-color css
<style>
a { background-color: #1ACA2D; }
a { background-color: rgb(26,202,45); }
div.DivClassName
{
background-color: #1ACA2D;
}
.BgClassName
{
background-color: #1ACA2D;
}
</style>
border-color css
<style>
span { border-color: #1ACA2D; }
span { border-color: rgb(26,202,45); }
td.TdClassName
{
border-color: #1ACA2D;
}
.TagClassName
{
border-color: #1ACA2D;
}
</style>