Shades of Lime Green #1ACE2E
Tints of Lime Green #1ACE2E
RGB
CMYK
RGB Variations
Color information
#1ACE2E (or 0x1ACE2E) is known color: Lime Green. HEX triplet: 1A, CE and 2E. RGB value is (26,206,46). Sum of RGB (Red+Green+Blue) = 26+206+46=278 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.35% from 278); Green value is 206 (80.86% from 255 or 74.10% from 278); Blue value is 46 (18.36% from 255 or 16.55% from 278); Max value from RGB is 206 - color contains mainly: green. Hex color #1ACE2E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ACE2E is #E531D1. Grayscale: #868686. Windows color (decimal): -15020498 or 3067418. OLE color: 3067418.
HSL color Cylindrical-coordinate representation of color #1ACE2E: hue angle of 126.67º 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 #1ACE2E is Cyan = 0.87, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 26 | 206 | 46 | - |
| CMYK | 0.87 | 0 | 0.78 | 0.19 |
| HSL | 126.67º | 0.78% | 0.45% | - |
| HSV(B) | 126.67º | 0.87% | 0.81% | - |
| XYZ | 22.99 | 44.56 | 9.97 | - |
| YUV | 133.94 | 78.37 | 51.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 206 | 46 | 0.87 | 0 | 0.78 | 0.19 | 126.67 | 0.78 | 0.45 |
| Hex | 1A | CE | 2E | 57 | 0 | 4E | 13 | 7F | 4E | 2D |
| Octal | 32 | 316 | 56 | 127 | 0 | 116 | 23 | 177 | 116 | 55 |
| Binary | 11010 | 11001110 | 101110 | 1010111 | 0 | 1001110 | 10011 | 1111111 | 1001110 | 101101 |
Color Harmonies of #1ACE2E
Complementary color
Monochromatic Colors of #1ACE2E
Black with #1ACE2E
Text Example
Text Example
White with #1ACE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ACE2E; }
p { color: rgb(26,206,46); }
H1.HeaderClassName
{
color: #1ACE2E;
}
.AnyTagClassName
{
color: #1ACE2E;
}
</style>
background-color css
<style>
a { background-color: #1ACE2E; }
a { background-color: rgb(26,206,46); }
div.DivClassName
{
background-color: #1ACE2E;
}
.BgClassName
{
background-color: #1ACE2E;
}
</style>
border-color css
<style>
span { border-color: #1ACE2E; }
span { border-color: rgb(26,206,46); }
td.TdClassName
{
border-color: #1ACE2E;
}
.TagClassName
{
border-color: #1ACE2E;
}
</style>