Shades of Lime Green #32B42F
Tints of Lime Green #32B42F
RGB
CMYK
RGB Variations
Color information
#32B42F (or 0x32B42F) is known color: Lime Green. HEX triplet: 32, B4 and 2F. RGB value is (50,180,47). Sum of RGB (Red+Green+Blue) = 50+180+47=277 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.05% from 277); Green value is 180 (70.70% from 255 or 64.98% from 277); Blue value is 47 (18.75% from 255 or 16.97% from 277); Max value from RGB is 180 - color contains mainly: green. Hex color #32B42F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32B42F is #CD4BD0. Grayscale: #7E7E7E. Windows color (decimal): -13454289 or 3126322. OLE color: 3126322.
HSL color Cylindrical-coordinate representation of color #32B42F: hue angle of 118.65º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32B42F is Cyan = 0.72, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 50 | 180 | 47 | - |
| CMYK | 0.72 | 0 | 0.74 | 0.29 |
| HSL | 118.65º | 0.59% | 0.45% | - |
| HSV(B) | 118.65º | 0.74% | 0.71% | - |
| XYZ | 18.15 | 33.53 | 8.2 | - |
| YUV | 125.97 | 83.43 | 73.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 180 | 47 | 0.72 | 0 | 0.74 | 0.29 | 118.65 | 0.59 | 0.45 |
| Hex | 32 | B4 | 2F | 48 | 0 | 4A | 1D | 77 | 3B | 2D |
| Octal | 62 | 264 | 57 | 110 | 0 | 112 | 35 | 167 | 73 | 55 |
| Binary | 110010 | 10110100 | 101111 | 1001000 | 0 | 1001010 | 11101 | 1110111 | 111011 | 101101 |
Color Harmonies of #32B42F
Complementary color
Monochromatic Colors of #32B42F
Black with #32B42F
Text Example
Text Example
White with #32B42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B42F; }
p { color: rgb(50,180,47); }
H1.HeaderClassName
{
color: #32B42F;
}
.AnyTagClassName
{
color: #32B42F;
}
</style>
background-color css
<style>
a { background-color: #32B42F; }
a { background-color: rgb(50,180,47); }
div.DivClassName
{
background-color: #32B42F;
}
.BgClassName
{
background-color: #32B42F;
}
</style>
border-color css
<style>
span { border-color: #32B42F; }
span { border-color: rgb(50,180,47); }
td.TdClassName
{
border-color: #32B42F;
}
.TagClassName
{
border-color: #32B42F;
}
</style>