Shades of Lime Green #1ABC2D
Tints of Lime Green #1ABC2D
RGB
CMYK
RGB Variations
Color information
#1ABC2D (or 0x1ABC2D) is known color: Lime Green. HEX triplet: 1A, BC and 2D. RGB value is (26,188,45). Sum of RGB (Red+Green+Blue) = 26+188+45=259 (34% of max value = 765). Red value is 26 (10.55% from 255 or 10.04% from 259); Green value is 188 (73.83% from 255 or 72.59% from 259); Blue value is 45 (17.97% from 255 or 17.37% from 259); Max value from RGB is 188 - color contains mainly: green. Hex color #1ABC2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ABC2D is #E543D2. Grayscale: #7B7B7B. Windows color (decimal): -15025107 or 2997274. OLE color: 2997274.
HSL color Cylindrical-coordinate representation of color #1ABC2D: hue angle of 127.04º 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 #1ABC2D is Cyan = 0.86, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 26 | 188 | 45 | - |
| CMYK | 0.86 | 0 | 0.76 | 0.26 |
| HSL | 127.04º | 0.76% | 0.42% | - |
| HSV(B) | 127.04º | 0.86% | 0.74% | - |
| XYZ | 18.88 | 36.38 | 8.51 | - |
| YUV | 123.26 | 83.83 | 58.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 188 | 45 | 0.86 | 0 | 0.76 | 0.26 | 127.04 | 0.76 | 0.42 |
| Hex | 1A | BC | 2D | 56 | 0 | 4C | 1A | 7F | 4C | 2A |
| Octal | 32 | 274 | 55 | 126 | 0 | 114 | 32 | 177 | 114 | 52 |
| Binary | 11010 | 10111100 | 101101 | 1010110 | 0 | 1001100 | 11010 | 1111111 | 1001100 | 101010 |
Color Harmonies of #1ABC2D
Complementary color
Monochromatic Colors of #1ABC2D
Black with #1ABC2D
Text Example
Text Example
White with #1ABC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABC2D; }
p { color: rgb(26,188,45); }
H1.HeaderClassName
{
color: #1ABC2D;
}
.AnyTagClassName
{
color: #1ABC2D;
}
</style>
background-color css
<style>
a { background-color: #1ABC2D; }
a { background-color: rgb(26,188,45); }
div.DivClassName
{
background-color: #1ABC2D;
}
.BgClassName
{
background-color: #1ABC2D;
}
</style>
border-color css
<style>
span { border-color: #1ABC2D; }
span { border-color: rgb(26,188,45); }
td.TdClassName
{
border-color: #1ABC2D;
}
.TagClassName
{
border-color: #1ABC2D;
}
</style>