Shades of Lime Green #1ACE2D
Tints of Lime Green #1ACE2D
RGB
CMYK
RGB Variations
Color information
#1ACE2D (or 0x1ACE2D) is known color: Lime Green. HEX triplet: 1A, CE and 2D. RGB value is (26,206,45). Sum of RGB (Red+Green+Blue) = 26+206+45=277 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.39% from 277); Green value is 206 (80.86% from 255 or 74.37% from 277); Blue value is 45 (17.97% from 255 or 16.25% from 277); Max value from RGB is 206 - color contains mainly: green. Hex color #1ACE2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ACE2D is #E531D2. Grayscale: #868686. Windows color (decimal): -15020499 or 3001882. OLE color: 3001882.
HSL color Cylindrical-coordinate representation of color #1ACE2D: hue angle of 126.33º 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 #1ACE2D is Cyan = 0.87, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 26 | 206 | 45 | - |
| CMYK | 0.87 | 0 | 0.78 | 0.19 |
| HSL | 126.33º | 0.78% | 0.45% | - |
| HSV(B) | 126.33º | 0.87% | 0.81% | - |
| XYZ | 22.97 | 44.55 | 9.87 | - |
| YUV | 133.83 | 77.87 | 51.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 206 | 45 | 0.87 | 0 | 0.78 | 0.19 | 126.33 | 0.78 | 0.45 |
| Hex | 1A | CE | 2D | 57 | 0 | 4E | 13 | 7E | 4E | 2D |
| Octal | 32 | 316 | 55 | 127 | 0 | 116 | 23 | 176 | 116 | 55 |
| Binary | 11010 | 11001110 | 101101 | 1010111 | 0 | 1001110 | 10011 | 1111110 | 1001110 | 101101 |
Color Harmonies of #1ACE2D
Complementary color
Monochromatic Colors of #1ACE2D
Black with #1ACE2D
Text Example
Text Example
White with #1ACE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ACE2D; }
p { color: rgb(26,206,45); }
H1.HeaderClassName
{
color: #1ACE2D;
}
.AnyTagClassName
{
color: #1ACE2D;
}
</style>
background-color css
<style>
a { background-color: #1ACE2D; }
a { background-color: rgb(26,206,45); }
div.DivClassName
{
background-color: #1ACE2D;
}
.BgClassName
{
background-color: #1ACE2D;
}
</style>
border-color css
<style>
span { border-color: #1ACE2D; }
span { border-color: rgb(26,206,45); }
td.TdClassName
{
border-color: #1ACE2D;
}
.TagClassName
{
border-color: #1ACE2D;
}
</style>