Shades of Lime Green #32AF2C
Tints of Lime Green #32AF2C
RGB
CMYK
RGB Variations
Color information
#32AF2C (or 0x32AF2C) is known color: Lime Green. HEX triplet: 32, AF and 2C. RGB value is (50,175,44). Sum of RGB (Red+Green+Blue) = 50+175+44=269 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.59% from 269); Green value is 175 (68.75% from 255 or 65.06% from 269); Blue value is 44 (17.58% from 255 or 16.36% from 269); Max value from RGB is 175 - color contains mainly: green. Hex color #32AF2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32AF2C is #CD50D3. Grayscale: #7B7B7B. Windows color (decimal): -13455572 or 2928434. OLE color: 2928434.
HSL color Cylindrical-coordinate representation of color #32AF2C: hue angle of 117.25º degrees, saturation: 0.6, 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 #32AF2C is Cyan = 0.71, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 175 | 44 | - |
| CMYK | 0.71 | 0 | 0.75 | 0.31 |
| HSL | 117.25º | 0.6% | 0.43% | - |
| HSV(B) | 117.25º | 0.75% | 0.69% | - |
| XYZ | 17.1 | 31.52 | 7.57 | - |
| YUV | 122.69 | 83.59 | 76.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 175 | 44 | 0.71 | 0 | 0.75 | 0.31 | 117.25 | 0.6 | 0.43 |
| Hex | 32 | AF | 2C | 47 | 0 | 4B | 1F | 75 | 3C | 2B |
| Octal | 62 | 257 | 54 | 107 | 0 | 113 | 37 | 165 | 74 | 53 |
| Binary | 110010 | 10101111 | 101100 | 1000111 | 0 | 1001011 | 11111 | 1110101 | 111100 | 101011 |
Color Harmonies of #32AF2C
Complementary color
Monochromatic Colors of #32AF2C
Black with #32AF2C
Text Example
Text Example
White with #32AF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AF2C; }
p { color: rgb(50,175,44); }
H1.HeaderClassName
{
color: #32AF2C;
}
.AnyTagClassName
{
color: #32AF2C;
}
</style>
background-color css
<style>
a { background-color: #32AF2C; }
a { background-color: rgb(50,175,44); }
div.DivClassName
{
background-color: #32AF2C;
}
.BgClassName
{
background-color: #32AF2C;
}
</style>
border-color css
<style>
span { border-color: #32AF2C; }
span { border-color: rgb(50,175,44); }
td.TdClassName
{
border-color: #32AF2C;
}
.TagClassName
{
border-color: #32AF2C;
}
</style>