Shades of Lime Green #32B023
Tints of Lime Green #32B023
RGB
CMYK
RGB Variations
Color information
#32B023 (or 0x32B023) is known color: Lime Green. HEX triplet: 32, B0 and 23. RGB value is (50,176,35). Sum of RGB (Red+Green+Blue) = 50+176+35=261 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.16% from 261); Green value is 176 (69.14% from 255 or 67.43% from 261); Blue value is 35 (14.06% from 255 or 13.41% from 261); Max value from RGB is 176 - color contains mainly: green. Hex color #32B023 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32B023 is #CD4FDC. Grayscale: #7A7A7A. Windows color (decimal): -13455325 or 2338866. OLE color: 2338866.
HSL color Cylindrical-coordinate representation of color #32B023: hue angle of 113.62º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32B023 is Cyan = 0.72, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 176 | 35 | - |
| CMYK | 0.72 | 0 | 0.80 | 0.31 |
| HSL | 113.62º | 0.67% | 0.41% | - |
| HSV(B) | 113.62º | 0.8% | 0.69% | - |
| XYZ | 17.14 | 31.85 | 6.83 | - |
| YUV | 122.25 | 78.76 | 76.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 176 | 35 | 0.72 | 0 | 0.80 | 0.31 | 113.62 | 0.67 | 0.41 |
| Hex | 32 | B0 | 23 | 48 | 0 | 50 | 1F | 72 | 43 | 29 |
| Octal | 62 | 260 | 43 | 110 | 0 | 120 | 37 | 162 | 103 | 51 |
| Binary | 110010 | 10110000 | 100011 | 1001000 | 0 | 1010000 | 11111 | 1110010 | 1000011 | 101001 |
Color Harmonies of #32B023
Complementary color
Monochromatic Colors of #32B023
Black with #32B023
Text Example
Text Example
White with #32B023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B023; }
p { color: rgb(50,176,35); }
H1.HeaderClassName
{
color: #32B023;
}
.AnyTagClassName
{
color: #32B023;
}
</style>
background-color css
<style>
a { background-color: #32B023; }
a { background-color: rgb(50,176,35); }
div.DivClassName
{
background-color: #32B023;
}
.BgClassName
{
background-color: #32B023;
}
</style>
border-color css
<style>
span { border-color: #32B023; }
span { border-color: rgb(50,176,35); }
td.TdClassName
{
border-color: #32B023;
}
.TagClassName
{
border-color: #32B023;
}
</style>