Shades of Lime Green #32B33C
Tints of Lime Green #32B33C
RGB
CMYK
RGB Variations
Color information
#32B33C (or 0x32B33C) is known color: Lime Green. HEX triplet: 32, B3 and 3C. RGB value is (50,179,60). Sum of RGB (Red+Green+Blue) = 50+179+60=289 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.30% from 289); Green value is 179 (70.31% from 255 or 61.94% from 289); Blue value is 60 (23.83% from 255 or 20.76% from 289); Max value from RGB is 179 - color contains mainly: green. Hex color #32B33C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32B33C is #CD4CC3. Grayscale: #7F7F7F. Windows color (decimal): -13454532 or 3978034. OLE color: 3978034.
HSL color Cylindrical-coordinate representation of color #32B33C: hue angle of 124.65º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #32B33C is Cyan = 0.72, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 50 | 179 | 60 | - |
| CMYK | 0.72 | 0 | 0.66 | 0.30 |
| HSL | 124.65º | 0.56% | 0.45% | - |
| HSV(B) | 124.65º | 0.72% | 0.7% | - |
| XYZ | 18.25 | 33.24 | 9.73 | - |
| YUV | 126.86 | 90.26 | 73.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 179 | 60 | 0.72 | 0 | 0.66 | 0.30 | 124.65 | 0.56 | 0.45 |
| Hex | 32 | B3 | 3C | 48 | 0 | 42 | 1E | 7D | 38 | 2D |
| Octal | 62 | 263 | 74 | 110 | 0 | 102 | 36 | 175 | 70 | 55 |
| Binary | 110010 | 10110011 | 111100 | 1001000 | 0 | 1000010 | 11110 | 1111101 | 111000 | 101101 |
Color Harmonies of #32B33C
Complementary color
Monochromatic Colors of #32B33C
Black with #32B33C
Text Example
Text Example
White with #32B33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B33C; }
p { color: rgb(50,179,60); }
H1.HeaderClassName
{
color: #32B33C;
}
.AnyTagClassName
{
color: #32B33C;
}
</style>
background-color css
<style>
a { background-color: #32B33C; }
a { background-color: rgb(50,179,60); }
div.DivClassName
{
background-color: #32B33C;
}
.BgClassName
{
background-color: #32B33C;
}
</style>
border-color css
<style>
span { border-color: #32B33C; }
span { border-color: rgb(50,179,60); }
td.TdClassName
{
border-color: #32B33C;
}
.TagClassName
{
border-color: #32B33C;
}
</style>