Shades of Lime Green #32AE26
Tints of Lime Green #32AE26
RGB
CMYK
RGB Variations
Color information
#32AE26 (or 0x32AE26) is known color: Lime Green. HEX triplet: 32, AE and 26. RGB value is (50,174,38). Sum of RGB (Red+Green+Blue) = 50+174+38=262 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.08% from 262); Green value is 174 (68.36% from 255 or 66.41% from 262); Blue value is 38 (15.23% from 255 or 14.50% from 262); Max value from RGB is 174 - color contains mainly: green. Hex color #32AE26 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32AE26 is #CD51D9. Grayscale: #797979. Windows color (decimal): -13455834 or 2534962. OLE color: 2534962.
HSL color Cylindrical-coordinate representation of color #32AE26: hue angle of 114.71º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32AE26 is Cyan = 0.71, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 50 | 174 | 38 | - |
| CMYK | 0.71 | 0 | 0.78 | 0.32 |
| HSL | 114.71º | 0.64% | 0.42% | - |
| HSV(B) | 114.71º | 0.78% | 0.68% | - |
| XYZ | 16.8 | 31.09 | 6.95 | - |
| YUV | 121.42 | 80.92 | 77.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 174 | 38 | 0.71 | 0 | 0.78 | 0.32 | 114.71 | 0.64 | 0.42 |
| Hex | 32 | AE | 26 | 47 | 0 | 4E | 20 | 73 | 40 | 2A |
| Octal | 62 | 256 | 46 | 107 | 0 | 116 | 40 | 163 | 100 | 52 |
| Binary | 110010 | 10101110 | 100110 | 1000111 | 0 | 1001110 | 100000 | 1110011 | 1000000 | 101010 |
Color Harmonies of #32AE26
Complementary color
Monochromatic Colors of #32AE26
Black with #32AE26
Text Example
Text Example
White with #32AE26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AE26; }
p { color: rgb(50,174,38); }
H1.HeaderClassName
{
color: #32AE26;
}
.AnyTagClassName
{
color: #32AE26;
}
</style>
background-color css
<style>
a { background-color: #32AE26; }
a { background-color: rgb(50,174,38); }
div.DivClassName
{
background-color: #32AE26;
}
.BgClassName
{
background-color: #32AE26;
}
</style>
border-color css
<style>
span { border-color: #32AE26; }
span { border-color: rgb(50,174,38); }
td.TdClassName
{
border-color: #32AE26;
}
.TagClassName
{
border-color: #32AE26;
}
</style>