Shades of Lime Green #1AC81B
Tints of Lime Green #1AC81B
RGB
CMYK
RGB Variations
Color information
#1AC81B (or 0x1AC81B) is known color: Lime Green. HEX triplet: 1A, C8 and 1B. RGB value is (26,200,27). Sum of RGB (Red+Green+Blue) = 26+200+27=253 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.28% from 253); Green value is 200 (78.52% from 255 or 79.05% from 253); Blue value is 27 (10.94% from 255 or 10.67% from 253); Max value from RGB is 200 - color contains mainly: green. Hex color #1AC81B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AC81B is #E537E4. Grayscale: #808080. Windows color (decimal): -15022053 or 1820698. OLE color: 1820698.
HSL color Cylindrical-coordinate representation of color #1AC81B: hue angle of 120.34º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AC81B is Cyan = 0.87, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 26 | 200 | 27 | - |
| CMYK | 0.87 | 0 | 0.86 | 0.22 |
| HSL | 120.34º | 0.77% | 0.44% | - |
| HSV(B) | 120.34º | 0.87% | 0.78% | - |
| XYZ | 21.28 | 41.61 | 7.95 | - |
| YUV | 128.25 | 70.85 | 55.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 200 | 27 | 0.87 | 0 | 0.86 | 0.22 | 120.34 | 0.77 | 0.44 |
| Hex | 1A | C8 | 1B | 57 | 0 | 56 | 16 | 78 | 4D | 2C |
| Octal | 32 | 310 | 33 | 127 | 0 | 126 | 26 | 170 | 115 | 54 |
| Binary | 11010 | 11001000 | 11011 | 1010111 | 0 | 1010110 | 10110 | 1111000 | 1001101 | 101100 |
Color Harmonies of #1AC81B
Complementary color
Monochromatic Colors of #1AC81B
Black with #1AC81B
Text Example
Text Example
White with #1AC81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC81B; }
p { color: rgb(26,200,27); }
H1.HeaderClassName
{
color: #1AC81B;
}
.AnyTagClassName
{
color: #1AC81B;
}
</style>
background-color css
<style>
a { background-color: #1AC81B; }
a { background-color: rgb(26,200,27); }
div.DivClassName
{
background-color: #1AC81B;
}
.BgClassName
{
background-color: #1AC81B;
}
</style>
border-color css
<style>
span { border-color: #1AC81B; }
span { border-color: rgb(26,200,27); }
td.TdClassName
{
border-color: #1AC81B;
}
.TagClassName
{
border-color: #1AC81B;
}
</style>