Shades of Lime Green #1ABC28
Tints of Lime Green #1ABC28
RGB
CMYK
RGB Variations
Color information
#1ABC28 (or 0x1ABC28) is known color: Lime Green. HEX triplet: 1A, BC and 28. RGB value is (26,188,40). Sum of RGB (Red+Green+Blue) = 26+188+40=254 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.24% from 254); Green value is 188 (73.83% from 255 or 74.02% from 254); Blue value is 40 (16.02% from 255 or 15.75% from 254); Max value from RGB is 188 - color contains mainly: green. Hex color #1ABC28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ABC28 is #E543D7. Grayscale: #7B7B7B. Windows color (decimal): -15025112 or 2669594. OLE color: 2669594.
HSL color Cylindrical-coordinate representation of color #1ABC28: hue angle of 125.19º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ABC28 is Cyan = 0.86, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 26 | 188 | 40 | - |
| CMYK | 0.86 | 0 | 0.79 | 0.26 |
| HSL | 125.19º | 0.76% | 0.42% | - |
| HSV(B) | 125.19º | 0.86% | 0.74% | - |
| XYZ | 18.79 | 36.34 | 8.03 | - |
| YUV | 122.69 | 81.33 | 59.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 188 | 40 | 0.86 | 0 | 0.79 | 0.26 | 125.19 | 0.76 | 0.42 |
| Hex | 1A | BC | 28 | 56 | 0 | 4F | 1A | 7D | 4C | 2A |
| Octal | 32 | 274 | 50 | 126 | 0 | 117 | 32 | 175 | 114 | 52 |
| Binary | 11010 | 10111100 | 101000 | 1010110 | 0 | 1001111 | 11010 | 1111101 | 1001100 | 101010 |
Color Harmonies of #1ABC28
Complementary color
Monochromatic Colors of #1ABC28
Black with #1ABC28
Text Example
Text Example
White with #1ABC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABC28; }
p { color: rgb(26,188,40); }
H1.HeaderClassName
{
color: #1ABC28;
}
.AnyTagClassName
{
color: #1ABC28;
}
</style>
background-color css
<style>
a { background-color: #1ABC28; }
a { background-color: rgb(26,188,40); }
div.DivClassName
{
background-color: #1ABC28;
}
.BgClassName
{
background-color: #1ABC28;
}
</style>
border-color css
<style>
span { border-color: #1ABC28; }
span { border-color: rgb(26,188,40); }
td.TdClassName
{
border-color: #1ABC28;
}
.TagClassName
{
border-color: #1ABC28;
}
</style>