Shades of Lime Green #32AF3E
Tints of Lime Green #32AF3E
RGB
CMYK
RGB Variations
Color information
#32AF3E (or 0x32AF3E) is known color: Lime Green. HEX triplet: 32, AF and 3E. RGB value is (50,175,62). Sum of RGB (Red+Green+Blue) = 50+175+62=287 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.42% from 287); Green value is 175 (68.75% from 255 or 60.98% from 287); Blue value is 62 (24.61% from 255 or 21.60% from 287); Max value from RGB is 175 - color contains mainly: green. Hex color #32AF3E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32AF3E is #CD50C1. Grayscale: #7D7D7D. Windows color (decimal): -13455554 or 4108082. OLE color: 4108082.
HSL color Cylindrical-coordinate representation of color #32AF3E: hue angle of 125.76º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32AF3E is Cyan = 0.71, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 175 | 62 | - |
| CMYK | 0.71 | 0 | 0.65 | 0.31 |
| HSL | 125.76º | 0.56% | 0.44% | - |
| HSV(B) | 125.76º | 0.71% | 0.69% | - |
| XYZ | 17.51 | 31.69 | 9.75 | - |
| YUV | 124.74 | 92.59 | 74.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 175 | 62 | 0.71 | 0 | 0.65 | 0.31 | 125.76 | 0.56 | 0.44 |
| Hex | 32 | AF | 3E | 47 | 0 | 41 | 1F | 7E | 38 | 2C |
| Octal | 62 | 257 | 76 | 107 | 0 | 101 | 37 | 176 | 70 | 54 |
| Binary | 110010 | 10101111 | 111110 | 1000111 | 0 | 1000001 | 11111 | 1111110 | 111000 | 101100 |
Color Harmonies of #32AF3E
Complementary color
Monochromatic Colors of #32AF3E
Black with #32AF3E
Text Example
Text Example
White with #32AF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AF3E; }
p { color: rgb(50,175,62); }
H1.HeaderClassName
{
color: #32AF3E;
}
.AnyTagClassName
{
color: #32AF3E;
}
</style>
background-color css
<style>
a { background-color: #32AF3E; }
a { background-color: rgb(50,175,62); }
div.DivClassName
{
background-color: #32AF3E;
}
.BgClassName
{
background-color: #32AF3E;
}
</style>
border-color css
<style>
span { border-color: #32AF3E; }
span { border-color: rgb(50,175,62); }
td.TdClassName
{
border-color: #32AF3E;
}
.TagClassName
{
border-color: #32AF3E;
}
</style>