Shades of Lime Green #1ABF1D
Tints of Lime Green #1ABF1D
RGB
CMYK
RGB Variations
Color information
#1ABF1D (or 0x1ABF1D) is known color: Lime Green. HEX triplet: 1A, BF and 1D. RGB value is (26,191,29). Sum of RGB (Red+Green+Blue) = 26+191+29=246 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.57% from 246); Green value is 191 (75% from 255 or 77.64% from 246); Blue value is 29 (11.72% from 255 or 11.79% from 246); Max value from RGB is 191 - color contains mainly: green. Hex color #1ABF1D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ABF1D is #E540E2. Grayscale: #7B7B7B. Windows color (decimal): -15024355 or 1949466. OLE color: 1949466.
HSL color Cylindrical-coordinate representation of color #1ABF1D: hue angle of 121.09º 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 #1ABF1D is Cyan = 0.86, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 26 | 191 | 29 | - |
| CMYK | 0.86 | 0 | 0.85 | 0.25 |
| HSL | 121.09º | 0.76% | 0.43% | - |
| HSV(B) | 121.09º | 0.86% | 0.75% | - |
| XYZ | 19.28 | 37.57 | 7.4 | - |
| YUV | 123.2 | 74.84 | 58.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 191 | 29 | 0.86 | 0 | 0.85 | 0.25 | 121.09 | 0.76 | 0.43 |
| Hex | 1A | BF | 1D | 56 | 0 | 55 | 19 | 79 | 4C | 2B |
| Octal | 32 | 277 | 35 | 126 | 0 | 125 | 31 | 171 | 114 | 53 |
| Binary | 11010 | 10111111 | 11101 | 1010110 | 0 | 1010101 | 11001 | 1111001 | 1001100 | 101011 |
Color Harmonies of #1ABF1D
Complementary color
Monochromatic Colors of #1ABF1D
Black with #1ABF1D
Text Example
Text Example
White with #1ABF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABF1D; }
p { color: rgb(26,191,29); }
H1.HeaderClassName
{
color: #1ABF1D;
}
.AnyTagClassName
{
color: #1ABF1D;
}
</style>
background-color css
<style>
a { background-color: #1ABF1D; }
a { background-color: rgb(26,191,29); }
div.DivClassName
{
background-color: #1ABF1D;
}
.BgClassName
{
background-color: #1ABF1D;
}
</style>
border-color css
<style>
span { border-color: #1ABF1D; }
span { border-color: rgb(26,191,29); }
td.TdClassName
{
border-color: #1ABF1D;
}
.TagClassName
{
border-color: #1ABF1D;
}
</style>