Shades of Lime Green #1AC730
Tints of Lime Green #1AC730
RGB
CMYK
RGB Variations
Color information
#1AC730 (or 0x1AC730) is known color: Lime Green. HEX triplet: 1A, C7 and 30. RGB value is (26,199,48). Sum of RGB (Red+Green+Blue) = 26+199+48=273 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.52% from 273); Green value is 199 (78.12% from 255 or 72.89% from 273); Blue value is 48 (19.14% from 255 or 17.58% from 273); Max value from RGB is 199 - color contains mainly: green. Hex color #1AC730 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AC730 is #E538CF. Grayscale: #828282. Windows color (decimal): -15022288 or 3196698. OLE color: 3196698.
HSL color Cylindrical-coordinate representation of color #1AC730: hue angle of 127.63º 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 #1AC730 is Cyan = 0.87, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 26 | 199 | 48 | - |
| CMYK | 0.87 | 0 | 0.76 | 0.22 |
| HSL | 127.63º | 0.77% | 0.44% | - |
| HSV(B) | 127.63º | 0.87% | 0.78% | - |
| XYZ | 21.38 | 41.28 | 9.64 | - |
| YUV | 130.06 | 81.69 | 53.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 199 | 48 | 0.87 | 0 | 0.76 | 0.22 | 127.63 | 0.77 | 0.44 |
| Hex | 1A | C7 | 30 | 57 | 0 | 4C | 16 | 80 | 4D | 2C |
| Octal | 32 | 307 | 60 | 127 | 0 | 114 | 26 | 200 | 115 | 54 |
| Binary | 11010 | 11000111 | 110000 | 1010111 | 0 | 1001100 | 10110 | 10000000 | 1001101 | 101100 |
Color Harmonies of #1AC730
Complementary color
Monochromatic Colors of #1AC730
Black with #1AC730
Text Example
Text Example
White with #1AC730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC730; }
p { color: rgb(26,199,48); }
H1.HeaderClassName
{
color: #1AC730;
}
.AnyTagClassName
{
color: #1AC730;
}
</style>
background-color css
<style>
a { background-color: #1AC730; }
a { background-color: rgb(26,199,48); }
div.DivClassName
{
background-color: #1AC730;
}
.BgClassName
{
background-color: #1AC730;
}
</style>
border-color css
<style>
span { border-color: #1AC730; }
span { border-color: rgb(26,199,48); }
td.TdClassName
{
border-color: #1AC730;
}
.TagClassName
{
border-color: #1AC730;
}
</style>