Shades of Lime Green #32CE3B
Tints of Lime Green #32CE3B
RGB
CMYK
RGB Variations
Color information
#32CE3B (or 0x32CE3B) is known color: Lime Green. HEX triplet: 32, CE and 3B. RGB value is (50,206,59). Sum of RGB (Red+Green+Blue) = 50+206+59=315 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.87% from 315); Green value is 206 (80.86% from 255 or 65.40% from 315); Blue value is 59 (23.44% from 255 or 18.73% from 315); Max value from RGB is 206 - color contains mainly: green. Hex color #32CE3B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32CE3B is #CD31C4. Grayscale: #8F8F8F. Windows color (decimal): -13447621 or 3919410. OLE color: 3919410.
HSL color Cylindrical-coordinate representation of color #32CE3B: hue angle of 123.46º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32CE3B is Cyan = 0.76, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 206 | 59 | - |
| CMYK | 0.76 | 0 | 0.71 | 0.19 |
| HSL | 123.46º | 0.61% | 0.5% | - |
| HSV(B) | 123.46º | 0.76% | 0.81% | - |
| XYZ | 24.18 | 45.14 | 11.58 | - |
| YUV | 142.6 | 80.82 | 61.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 206 | 59 | 0.76 | 0 | 0.71 | 0.19 | 123.46 | 0.61 | 0.5 |
| Hex | 32 | CE | 3B | 4C | 0 | 47 | 13 | 7B | 3D | 32 |
| Octal | 62 | 316 | 73 | 114 | 0 | 107 | 23 | 173 | 75 | 62 |
| Binary | 110010 | 11001110 | 111011 | 1001100 | 0 | 1000111 | 10011 | 1111011 | 111101 | 110010 |
Color Harmonies of #32CE3B
Complementary color
Monochromatic Colors of #32CE3B
Black with #32CE3B
Text Example
Text Example
White with #32CE3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CE3B; }
p { color: rgb(50,206,59); }
H1.HeaderClassName
{
color: #32CE3B;
}
.AnyTagClassName
{
color: #32CE3B;
}
</style>
background-color css
<style>
a { background-color: #32CE3B; }
a { background-color: rgb(50,206,59); }
div.DivClassName
{
background-color: #32CE3B;
}
.BgClassName
{
background-color: #32CE3B;
}
</style>
border-color css
<style>
span { border-color: #32CE3B; }
span { border-color: rgb(50,206,59); }
td.TdClassName
{
border-color: #32CE3B;
}
.TagClassName
{
border-color: #32CE3B;
}
</style>