Shades of Lime Green #32AF39
Tints of Lime Green #32AF39
RGB
CMYK
RGB Variations
Color information
#32AF39 (or 0x32AF39) is known color: Lime Green. HEX triplet: 32, AF and 39. RGB value is (50,175,57). Sum of RGB (Red+Green+Blue) = 50+175+57=282 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.73% from 282); Green value is 175 (68.75% from 255 or 62.06% from 282); Blue value is 57 (22.66% from 255 or 20.21% from 282); Max value from RGB is 175 - color contains mainly: green. Hex color #32AF39 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32AF39 is #CD50C6. Grayscale: #7C7C7C. Windows color (decimal): -13455559 or 3780402. OLE color: 3780402.
HSL color Cylindrical-coordinate representation of color #32AF39: hue angle of 123.36º 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 #32AF39 is Cyan = 0.71, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 175 | 57 | - |
| CMYK | 0.71 | 0 | 0.67 | 0.31 |
| HSL | 123.36º | 0.56% | 0.44% | - |
| HSV(B) | 123.36º | 0.71% | 0.69% | - |
| XYZ | 17.38 | 31.63 | 9.06 | - |
| YUV | 124.17 | 90.09 | 75.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 175 | 57 | 0.71 | 0 | 0.67 | 0.31 | 123.36 | 0.56 | 0.44 |
| Hex | 32 | AF | 39 | 47 | 0 | 43 | 1F | 7B | 38 | 2C |
| Octal | 62 | 257 | 71 | 107 | 0 | 103 | 37 | 173 | 70 | 54 |
| Binary | 110010 | 10101111 | 111001 | 1000111 | 0 | 1000011 | 11111 | 1111011 | 111000 | 101100 |
Color Harmonies of #32AF39
Complementary color
Monochromatic Colors of #32AF39
Black with #32AF39
Text Example
Text Example
White with #32AF39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AF39; }
p { color: rgb(50,175,57); }
H1.HeaderClassName
{
color: #32AF39;
}
.AnyTagClassName
{
color: #32AF39;
}
</style>
background-color css
<style>
a { background-color: #32AF39; }
a { background-color: rgb(50,175,57); }
div.DivClassName
{
background-color: #32AF39;
}
.BgClassName
{
background-color: #32AF39;
}
</style>
border-color css
<style>
span { border-color: #32AF39; }
span { border-color: rgb(50,175,57); }
td.TdClassName
{
border-color: #32AF39;
}
.TagClassName
{
border-color: #32AF39;
}
</style>