Shades of Lime Green #1ACE2C
Tints of Lime Green #1ACE2C
RGB
CMYK
RGB Variations
Color information
#1ACE2C (or 0x1ACE2C) is known color: Lime Green. HEX triplet: 1A, CE and 2C. RGB value is (26,206,44). Sum of RGB (Red+Green+Blue) = 26+206+44=276 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.42% from 276); Green value is 206 (80.86% from 255 or 74.64% from 276); Blue value is 44 (17.58% from 255 or 15.94% from 276); Max value from RGB is 206 - color contains mainly: green. Hex color #1ACE2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ACE2C is #E531D3. Grayscale: #868686. Windows color (decimal): -15020500 or 2936346. OLE color: 2936346.
HSL color Cylindrical-coordinate representation of color #1ACE2C: hue angle of 126º 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 #1ACE2C is Cyan = 0.87, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 26 | 206 | 44 | - |
| CMYK | 0.87 | 0 | 0.79 | 0.19 |
| HSL | 126º | 0.78% | 0.45% | - |
| HSV(B) | 126º | 0.87% | 0.81% | - |
| XYZ | 22.95 | 44.54 | 9.77 | - |
| YUV | 133.71 | 77.37 | 51.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 206 | 44 | 0.87 | 0 | 0.79 | 0.19 | 126 | 0.78 | 0.45 |
| Hex | 1A | CE | 2C | 57 | 0 | 4F | 13 | 7E | 4E | 2D |
| Octal | 32 | 316 | 54 | 127 | 0 | 117 | 23 | 176 | 116 | 55 |
| Binary | 11010 | 11001110 | 101100 | 1010111 | 0 | 1001111 | 10011 | 1111110 | 1001110 | 101101 |
Color Harmonies of #1ACE2C
Complementary color
Monochromatic Colors of #1ACE2C
Black with #1ACE2C
Text Example
Text Example
White with #1ACE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ACE2C; }
p { color: rgb(26,206,44); }
H1.HeaderClassName
{
color: #1ACE2C;
}
.AnyTagClassName
{
color: #1ACE2C;
}
</style>
background-color css
<style>
a { background-color: #1ACE2C; }
a { background-color: rgb(26,206,44); }
div.DivClassName
{
background-color: #1ACE2C;
}
.BgClassName
{
background-color: #1ACE2C;
}
</style>
border-color css
<style>
span { border-color: #1ACE2C; }
span { border-color: rgb(26,206,44); }
td.TdClassName
{
border-color: #1ACE2C;
}
.TagClassName
{
border-color: #1ACE2C;
}
</style>