Shades of Lime Green #1AC026
Tints of Lime Green #1AC026
RGB
CMYK
RGB Variations
Color information
#1AC026 (or 0x1AC026) is known color: Lime Green. HEX triplet: 1A, C0 and 26. RGB value is (26,192,38). Sum of RGB (Red+Green+Blue) = 26+192+38=256 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.16% from 256); Green value is 192 (75.39% from 255 or 75% from 256); Blue value is 38 (15.23% from 255 or 14.84% from 256); Max value from RGB is 192 - color contains mainly: green. Hex color #1AC026 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AC026 is #E53FD9. Grayscale: #7D7D7D. Windows color (decimal): -15024090 or 2539546. OLE color: 2539546.
HSL color Cylindrical-coordinate representation of color #1AC026: hue angle of 124.34º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1AC026 is Cyan = 0.86, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 26 | 192 | 38 | - |
| CMYK | 0.86 | 0 | 0.80 | 0.25 |
| HSL | 124.34º | 0.76% | 0.43% | - |
| HSV(B) | 124.34º | 0.86% | 0.75% | - |
| XYZ | 19.63 | 38.06 | 8.15 | - |
| YUV | 124.81 | 79 | 57.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 192 | 38 | 0.86 | 0 | 0.80 | 0.25 | 124.34 | 0.76 | 0.43 |
| Hex | 1A | C0 | 26 | 56 | 0 | 50 | 19 | 7C | 4C | 2B |
| Octal | 32 | 300 | 46 | 126 | 0 | 120 | 31 | 174 | 114 | 53 |
| Binary | 11010 | 11000000 | 100110 | 1010110 | 0 | 1010000 | 11001 | 1111100 | 1001100 | 101011 |
Color Harmonies of #1AC026
Complementary color
Monochromatic Colors of #1AC026
Black with #1AC026
Text Example
Text Example
White with #1AC026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC026; }
p { color: rgb(26,192,38); }
H1.HeaderClassName
{
color: #1AC026;
}
.AnyTagClassName
{
color: #1AC026;
}
</style>
background-color css
<style>
a { background-color: #1AC026; }
a { background-color: rgb(26,192,38); }
div.DivClassName
{
background-color: #1AC026;
}
.BgClassName
{
background-color: #1AC026;
}
</style>
border-color css
<style>
span { border-color: #1AC026; }
span { border-color: rgb(26,192,38); }
td.TdClassName
{
border-color: #1AC026;
}
.TagClassName
{
border-color: #1AC026;
}
</style>