Shades of Lime Green #32AF3B
Tints of Lime Green #32AF3B
RGB
CMYK
RGB Variations
Color information
#32AF3B (or 0x32AF3B) is known color: Lime Green. HEX triplet: 32, AF and 3B. RGB value is (50,175,59). Sum of RGB (Red+Green+Blue) = 50+175+59=284 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.61% from 284); Green value is 175 (68.75% from 255 or 61.62% from 284); Blue value is 59 (23.44% from 255 or 20.77% from 284); Max value from RGB is 175 - color contains mainly: green. Hex color #32AF3B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32AF3B is #CD50C4. Grayscale: #7C7C7C. Windows color (decimal): -13455557 or 3911474. OLE color: 3911474.
HSL color Cylindrical-coordinate representation of color #32AF3B: hue angle of 124.32º 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 #32AF3B is Cyan = 0.71, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 175 | 59 | - |
| CMYK | 0.71 | 0 | 0.66 | 0.31 |
| HSL | 124.32º | 0.56% | 0.44% | - |
| HSV(B) | 124.32º | 0.71% | 0.69% | - |
| XYZ | 17.43 | 31.65 | 9.33 | - |
| YUV | 124.4 | 91.09 | 74.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 175 | 59 | 0.71 | 0 | 0.66 | 0.31 | 124.32 | 0.56 | 0.44 |
| Hex | 32 | AF | 3B | 47 | 0 | 42 | 1F | 7C | 38 | 2C |
| Octal | 62 | 257 | 73 | 107 | 0 | 102 | 37 | 174 | 70 | 54 |
| Binary | 110010 | 10101111 | 111011 | 1000111 | 0 | 1000010 | 11111 | 1111100 | 111000 | 101100 |
Color Harmonies of #32AF3B
Complementary color
Monochromatic Colors of #32AF3B
Black with #32AF3B
Text Example
Text Example
White with #32AF3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AF3B; }
p { color: rgb(50,175,59); }
H1.HeaderClassName
{
color: #32AF3B;
}
.AnyTagClassName
{
color: #32AF3B;
}
</style>
background-color css
<style>
a { background-color: #32AF3B; }
a { background-color: rgb(50,175,59); }
div.DivClassName
{
background-color: #32AF3B;
}
.BgClassName
{
background-color: #32AF3B;
}
</style>
border-color css
<style>
span { border-color: #32AF3B; }
span { border-color: rgb(50,175,59); }
td.TdClassName
{
border-color: #32AF3B;
}
.TagClassName
{
border-color: #32AF3B;
}
</style>