Shades of Lime Green #1AC32F
Tints of Lime Green #1AC32F
RGB
CMYK
RGB Variations
Color information
#1AC32F (or 0x1AC32F) is known color: Lime Green. HEX triplet: 1A, C3 and 2F. RGB value is (26,195,47). Sum of RGB (Red+Green+Blue) = 26+195+47=268 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.70% from 268); Green value is 195 (76.56% from 255 or 72.76% from 268); Blue value is 47 (18.75% from 255 or 17.54% from 268); Max value from RGB is 195 - color contains mainly: green. Hex color #1AC32F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AC32F is #E53CD0. Grayscale: #808080. Windows color (decimal): -15023313 or 3130138. OLE color: 3130138.
HSL color Cylindrical-coordinate representation of color #1AC32F: hue angle of 127.46º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AC32F is Cyan = 0.87, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 26 | 195 | 47 | - |
| CMYK | 0.87 | 0 | 0.76 | 0.24 |
| HSL | 127.46º | 0.76% | 0.43% | - |
| HSV(B) | 127.46º | 0.87% | 0.76% | - |
| XYZ | 20.45 | 39.46 | 9.23 | - |
| YUV | 127.6 | 82.51 | 55.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 195 | 47 | 0.87 | 0 | 0.76 | 0.24 | 127.46 | 0.76 | 0.43 |
| Hex | 1A | C3 | 2F | 57 | 0 | 4C | 18 | 7F | 4C | 2B |
| Octal | 32 | 303 | 57 | 127 | 0 | 114 | 30 | 177 | 114 | 53 |
| Binary | 11010 | 11000011 | 101111 | 1010111 | 0 | 1001100 | 11000 | 1111111 | 1001100 | 101011 |
Color Harmonies of #1AC32F
Complementary color
Monochromatic Colors of #1AC32F
Black with #1AC32F
Text Example
Text Example
White with #1AC32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC32F; }
p { color: rgb(26,195,47); }
H1.HeaderClassName
{
color: #1AC32F;
}
.AnyTagClassName
{
color: #1AC32F;
}
</style>
background-color css
<style>
a { background-color: #1AC32F; }
a { background-color: rgb(26,195,47); }
div.DivClassName
{
background-color: #1AC32F;
}
.BgClassName
{
background-color: #1AC32F;
}
</style>
border-color css
<style>
span { border-color: #1AC32F; }
span { border-color: rgb(26,195,47); }
td.TdClassName
{
border-color: #1AC32F;
}
.TagClassName
{
border-color: #1AC32F;
}
</style>