Shades of Lime Green #1ACE1D
Tints of Lime Green #1ACE1D
RGB
CMYK
RGB Variations
Color information
#1ACE1D (or 0x1ACE1D) is known color: Lime Green. HEX triplet: 1A, CE and 1D. RGB value is (26,206,29). Sum of RGB (Red+Green+Blue) = 26+206+29=261 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.96% from 261); Green value is 206 (80.86% from 255 or 78.93% from 261); Blue value is 29 (11.72% from 255 or 11.11% from 261); Max value from RGB is 206 - color contains mainly: green. Hex color #1ACE1D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ACE1D is #E531E2. Grayscale: #848484. Windows color (decimal): -15020515 or 1953306. OLE color: 1953306.
HSL color Cylindrical-coordinate representation of color #1ACE1D: hue angle of 121º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1ACE1D is Cyan = 0.87, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 26 | 206 | 29 | - |
| CMYK | 0.87 | 0 | 0.86 | 0.19 |
| HSL | 121º | 0.78% | 0.45% | - |
| HSV(B) | 121º | 0.87% | 0.81% | - |
| XYZ | 22.72 | 44.45 | 8.54 | - |
| YUV | 132 | 69.87 | 52.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 206 | 29 | 0.87 | 0 | 0.86 | 0.19 | 121 | 0.78 | 0.45 |
| Hex | 1A | CE | 1D | 57 | 0 | 56 | 13 | 79 | 4E | 2D |
| Octal | 32 | 316 | 35 | 127 | 0 | 126 | 23 | 171 | 116 | 55 |
| Binary | 11010 | 11001110 | 11101 | 1010111 | 0 | 1010110 | 10011 | 1111001 | 1001110 | 101101 |
Color Harmonies of #1ACE1D
Complementary color
Monochromatic Colors of #1ACE1D
Black with #1ACE1D
Text Example
Text Example
White with #1ACE1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ACE1D; }
p { color: rgb(26,206,29); }
H1.HeaderClassName
{
color: #1ACE1D;
}
.AnyTagClassName
{
color: #1ACE1D;
}
</style>
background-color css
<style>
a { background-color: #1ACE1D; }
a { background-color: rgb(26,206,29); }
div.DivClassName
{
background-color: #1ACE1D;
}
.BgClassName
{
background-color: #1ACE1D;
}
</style>
border-color css
<style>
span { border-color: #1ACE1D; }
span { border-color: rgb(26,206,29); }
td.TdClassName
{
border-color: #1ACE1D;
}
.TagClassName
{
border-color: #1ACE1D;
}
</style>