Shades of Lime Green #32AF2B
Tints of Lime Green #32AF2B
RGB
CMYK
RGB Variations
Color information
#32AF2B (or 0x32AF2B) is known color: Lime Green. HEX triplet: 32, AF and 2B. RGB value is (50,175,43). Sum of RGB (Red+Green+Blue) = 50+175+43=268 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.66% from 268); Green value is 175 (68.75% from 255 or 65.30% from 268); Blue value is 43 (17.19% from 255 or 16.04% from 268); Max value from RGB is 175 - color contains mainly: green. Hex color #32AF2B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32AF2B is #CD50D4. Grayscale: #7A7A7A. Windows color (decimal): -13455573 or 2862898. OLE color: 2862898.
HSL color Cylindrical-coordinate representation of color #32AF2B: hue angle of 116.82º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32AF2B is Cyan = 0.71, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 175 | 43 | - |
| CMYK | 0.71 | 0 | 0.75 | 0.31 |
| HSL | 116.82º | 0.61% | 0.43% | - |
| HSV(B) | 116.82º | 0.75% | 0.69% | - |
| XYZ | 17.08 | 31.51 | 7.47 | - |
| YUV | 122.58 | 83.09 | 76.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 175 | 43 | 0.71 | 0 | 0.75 | 0.31 | 116.82 | 0.61 | 0.43 |
| Hex | 32 | AF | 2B | 47 | 0 | 4B | 1F | 75 | 3D | 2B |
| Octal | 62 | 257 | 53 | 107 | 0 | 113 | 37 | 165 | 75 | 53 |
| Binary | 110010 | 10101111 | 101011 | 1000111 | 0 | 1001011 | 11111 | 1110101 | 111101 | 101011 |
Color Harmonies of #32AF2B
Complementary color
Monochromatic Colors of #32AF2B
Black with #32AF2B
Text Example
Text Example
White with #32AF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AF2B; }
p { color: rgb(50,175,43); }
H1.HeaderClassName
{
color: #32AF2B;
}
.AnyTagClassName
{
color: #32AF2B;
}
</style>
background-color css
<style>
a { background-color: #32AF2B; }
a { background-color: rgb(50,175,43); }
div.DivClassName
{
background-color: #32AF2B;
}
.BgClassName
{
background-color: #32AF2B;
}
</style>
border-color css
<style>
span { border-color: #32AF2B; }
span { border-color: rgb(50,175,43); }
td.TdClassName
{
border-color: #32AF2B;
}
.TagClassName
{
border-color: #32AF2B;
}
</style>