Shades of Lime Green #1ACC13
Tints of Lime Green #1ACC13
RGB
CMYK
RGB Variations
Color information
#1ACC13 (or 0x1ACC13) is known color: Lime Green. HEX triplet: 1A, CC and 13. RGB value is (26,204,19). Sum of RGB (Red+Green+Blue) = 26+204+19=249 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.44% from 249); Green value is 204 (80.08% from 255 or 81.93% from 249); Blue value is 19 (7.81% from 255 or 7.63% from 249); Max value from RGB is 204 - color contains mainly: green. Hex color #1ACC13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ACC13 is #E533EC. Grayscale: #828282. Windows color (decimal): -15021037 or 1297434. OLE color: 1297434.
HSL color Cylindrical-coordinate representation of color #1ACC13: hue angle of 117.73º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1ACC13 is Cyan = 0.87, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 26 | 204 | 19 | - |
| CMYK | 0.87 | 0 | 0.91 | 0.2 |
| HSL | 117.73º | 0.83% | 0.44% | - |
| HSV(B) | 117.73º | 0.91% | 0.8% | - |
| XYZ | 22.14 | 43.45 | 7.84 | - |
| YUV | 129.69 | 65.53 | 54.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 204 | 19 | 0.87 | 0 | 0.91 | 0.2 | 117.73 | 0.83 | 0.44 |
| Hex | 1A | CC | 13 | 57 | 0 | 5B | 14 | 76 | 53 | 2C |
| Octal | 32 | 314 | 23 | 127 | 0 | 133 | 24 | 166 | 123 | 54 |
| Binary | 11010 | 11001100 | 10011 | 1010111 | 0 | 1011011 | 10100 | 1110110 | 1010011 | 101100 |
Color Harmonies of #1ACC13
Complementary color
Monochromatic Colors of #1ACC13
Black with #1ACC13
Text Example
Text Example
White with #1ACC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ACC13; }
p { color: rgb(26,204,19); }
H1.HeaderClassName
{
color: #1ACC13;
}
.AnyTagClassName
{
color: #1ACC13;
}
</style>
background-color css
<style>
a { background-color: #1ACC13; }
a { background-color: rgb(26,204,19); }
div.DivClassName
{
background-color: #1ACC13;
}
.BgClassName
{
background-color: #1ACC13;
}
</style>
border-color css
<style>
span { border-color: #1ACC13; }
span { border-color: rgb(26,204,19); }
td.TdClassName
{
border-color: #1ACC13;
}
.TagClassName
{
border-color: #1ACC13;
}
</style>