Shades of Lime Green #1ACE13
Tints of Lime Green #1ACE13
RGB
CMYK
RGB Variations
Color information
#1ACE13 (or 0x1ACE13) is known color: Lime Green. HEX triplet: 1A, CE and 13. RGB value is (26,206,19). Sum of RGB (Red+Green+Blue) = 26+206+19=251 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.36% from 251); Green value is 206 (80.86% from 255 or 82.07% from 251); Blue value is 19 (7.81% from 255 or 7.57% from 251); Max value from RGB is 206 - color contains mainly: green. Hex color #1ACE13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ACE13 is #E531EC. Grayscale: #838383. Windows color (decimal): -15020525 or 1297946. OLE color: 1297946.
HSL color Cylindrical-coordinate representation of color #1ACE13: hue angle of 117.75º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1ACE13 is Cyan = 0.87, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 26 | 206 | 19 | - |
| CMYK | 0.87 | 0 | 0.91 | 0.19 |
| HSL | 117.75º | 0.83% | 0.44% | - |
| HSV(B) | 117.75º | 0.91% | 0.81% | - |
| XYZ | 22.61 | 44.41 | 8 | - |
| YUV | 130.86 | 64.87 | 53.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 206 | 19 | 0.87 | 0 | 0.91 | 0.19 | 117.75 | 0.83 | 0.44 |
| Hex | 1A | CE | 13 | 57 | 0 | 5B | 13 | 76 | 53 | 2C |
| Octal | 32 | 316 | 23 | 127 | 0 | 133 | 23 | 166 | 123 | 54 |
| Binary | 11010 | 11001110 | 10011 | 1010111 | 0 | 1011011 | 10011 | 1110110 | 1010011 | 101100 |
Color Harmonies of #1ACE13
Complementary color
Monochromatic Colors of #1ACE13
Black with #1ACE13
Text Example
Text Example
White with #1ACE13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ACE13; }
p { color: rgb(26,206,19); }
H1.HeaderClassName
{
color: #1ACE13;
}
.AnyTagClassName
{
color: #1ACE13;
}
</style>
background-color css
<style>
a { background-color: #1ACE13; }
a { background-color: rgb(26,206,19); }
div.DivClassName
{
background-color: #1ACE13;
}
.BgClassName
{
background-color: #1ACE13;
}
</style>
border-color css
<style>
span { border-color: #1ACE13; }
span { border-color: rgb(26,206,19); }
td.TdClassName
{
border-color: #1ACE13;
}
.TagClassName
{
border-color: #1ACE13;
}
</style>