Shades of Lime Green #32AF26
Tints of Lime Green #32AF26
RGB
CMYK
RGB Variations
Color information
#32AF26 (or 0x32AF26) is known color: Lime Green. HEX triplet: 32, AF and 26. RGB value is (50,175,38). Sum of RGB (Red+Green+Blue) = 50+175+38=263 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.01% from 263); Green value is 175 (68.75% from 255 or 66.54% from 263); Blue value is 38 (15.23% from 255 or 14.45% from 263); Max value from RGB is 175 - color contains mainly: green. Hex color #32AF26 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32AF26 is #CD50D9. Grayscale: #7A7A7A. Windows color (decimal): -13455578 or 2535218. OLE color: 2535218.
HSL color Cylindrical-coordinate representation of color #32AF26: hue angle of 114.74º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32AF26 is Cyan = 0.71, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 175 | 38 | - |
| CMYK | 0.71 | 0 | 0.78 | 0.31 |
| HSL | 114.74º | 0.64% | 0.42% | - |
| HSV(B) | 114.74º | 0.78% | 0.69% | - |
| XYZ | 17 | 31.48 | 7.01 | - |
| YUV | 122.01 | 80.59 | 76.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 175 | 38 | 0.71 | 0 | 0.78 | 0.31 | 114.74 | 0.64 | 0.42 |
| Hex | 32 | AF | 26 | 47 | 0 | 4E | 1F | 73 | 40 | 2A |
| Octal | 62 | 257 | 46 | 107 | 0 | 116 | 37 | 163 | 100 | 52 |
| Binary | 110010 | 10101111 | 100110 | 1000111 | 0 | 1001110 | 11111 | 1110011 | 1000000 | 101010 |
Color Harmonies of #32AF26
Complementary color
Monochromatic Colors of #32AF26
Black with #32AF26
Text Example
Text Example
White with #32AF26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AF26; }
p { color: rgb(50,175,38); }
H1.HeaderClassName
{
color: #32AF26;
}
.AnyTagClassName
{
color: #32AF26;
}
</style>
background-color css
<style>
a { background-color: #32AF26; }
a { background-color: rgb(50,175,38); }
div.DivClassName
{
background-color: #32AF26;
}
.BgClassName
{
background-color: #32AF26;
}
</style>
border-color css
<style>
span { border-color: #32AF26; }
span { border-color: rgb(50,175,38); }
td.TdClassName
{
border-color: #32AF26;
}
.TagClassName
{
border-color: #32AF26;
}
</style>