Shades of Lime Green #1AC42B
Tints of Lime Green #1AC42B
RGB
CMYK
RGB Variations
Color information
#1AC42B (or 0x1AC42B) is known color: Lime Green. HEX triplet: 1A, C4 and 2B. RGB value is (26,196,43). Sum of RGB (Red+Green+Blue) = 26+196+43=265 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.81% from 265); Green value is 196 (76.95% from 255 or 73.96% from 265); Blue value is 43 (17.19% from 255 or 16.23% from 265); Max value from RGB is 196 - color contains mainly: green. Hex color #1AC42B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AC42B is #E53BD4. Grayscale: #808080. Windows color (decimal): -15023061 or 2868250. OLE color: 2868250.
HSL color Cylindrical-coordinate representation of color #1AC42B: hue angle of 126º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AC42B is Cyan = 0.87, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 26 | 196 | 43 | - |
| CMYK | 0.87 | 0 | 0.78 | 0.23 |
| HSL | 126º | 0.77% | 0.44% | - |
| HSV(B) | 126º | 0.87% | 0.77% | - |
| XYZ | 20.6 | 39.87 | 8.9 | - |
| YUV | 127.73 | 80.18 | 55.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 196 | 43 | 0.87 | 0 | 0.78 | 0.23 | 126 | 0.77 | 0.44 |
| Hex | 1A | C4 | 2B | 57 | 0 | 4E | 17 | 7E | 4D | 2C |
| Octal | 32 | 304 | 53 | 127 | 0 | 116 | 27 | 176 | 115 | 54 |
| Binary | 11010 | 11000100 | 101011 | 1010111 | 0 | 1001110 | 10111 | 1111110 | 1001101 | 101100 |
Color Harmonies of #1AC42B
Complementary color
Monochromatic Colors of #1AC42B
Black with #1AC42B
Text Example
Text Example
White with #1AC42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC42B; }
p { color: rgb(26,196,43); }
H1.HeaderClassName
{
color: #1AC42B;
}
.AnyTagClassName
{
color: #1AC42B;
}
</style>
background-color css
<style>
a { background-color: #1AC42B; }
a { background-color: rgb(26,196,43); }
div.DivClassName
{
background-color: #1AC42B;
}
.BgClassName
{
background-color: #1AC42B;
}
</style>
border-color css
<style>
span { border-color: #1AC42B; }
span { border-color: rgb(26,196,43); }
td.TdClassName
{
border-color: #1AC42B;
}
.TagClassName
{
border-color: #1AC42B;
}
</style>