Shades of Lime Green #32B327
Tints of Lime Green #32B327
RGB
CMYK
RGB Variations
Color information
#32B327 (or 0x32B327) is known color: Lime Green. HEX triplet: 32, B3 and 27. RGB value is (50,179,39). Sum of RGB (Red+Green+Blue) = 50+179+39=268 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.66% from 268); Green value is 179 (70.31% from 255 or 66.79% from 268); Blue value is 39 (15.62% from 255 or 14.55% from 268); Max value from RGB is 179 - color contains mainly: green. Hex color #32B327 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32B327 is #CD4CD8. Grayscale: #7C7C7C. Windows color (decimal): -13454553 or 2601778. OLE color: 2601778.
HSL color Cylindrical-coordinate representation of color #32B327: hue angle of 115.29º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32B327 is Cyan = 0.72, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 50 | 179 | 39 | - |
| CMYK | 0.72 | 0 | 0.78 | 0.30 |
| HSL | 115.29º | 0.64% | 0.43% | - |
| HSV(B) | 115.29º | 0.78% | 0.7% | - |
| XYZ | 17.8 | 33.06 | 7.36 | - |
| YUV | 124.47 | 79.76 | 74.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 179 | 39 | 0.72 | 0 | 0.78 | 0.30 | 115.29 | 0.64 | 0.43 |
| Hex | 32 | B3 | 27 | 48 | 0 | 4E | 1E | 73 | 40 | 2B |
| Octal | 62 | 263 | 47 | 110 | 0 | 116 | 36 | 163 | 100 | 53 |
| Binary | 110010 | 10110011 | 100111 | 1001000 | 0 | 1001110 | 11110 | 1110011 | 1000000 | 101011 |
Color Harmonies of #32B327
Complementary color
Monochromatic Colors of #32B327
Black with #32B327
Text Example
Text Example
White with #32B327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B327; }
p { color: rgb(50,179,39); }
H1.HeaderClassName
{
color: #32B327;
}
.AnyTagClassName
{
color: #32B327;
}
</style>
background-color css
<style>
a { background-color: #32B327; }
a { background-color: rgb(50,179,39); }
div.DivClassName
{
background-color: #32B327;
}
.BgClassName
{
background-color: #32B327;
}
</style>
border-color css
<style>
span { border-color: #32B327; }
span { border-color: rgb(50,179,39); }
td.TdClassName
{
border-color: #32B327;
}
.TagClassName
{
border-color: #32B327;
}
</style>