Shades of Lime Green #32CE4B
Tints of Lime Green #32CE4B
RGB
CMYK
RGB Variations
Color information
#32CE4B (or 0x32CE4B) is known color: Lime Green. HEX triplet: 32, CE and 4B. RGB value is (50,206,75). Sum of RGB (Red+Green+Blue) = 50+206+75=331 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.11% from 331); Green value is 206 (80.86% from 255 or 62.24% from 331); Blue value is 75 (29.69% from 255 or 22.66% from 331); Max value from RGB is 206 - color contains mainly: green. Hex color #32CE4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32CE4B is #CD31B4. Grayscale: #909090. Windows color (decimal): -13447605 or 4967986. OLE color: 4967986.
HSL color Cylindrical-coordinate representation of color #32CE4B: hue angle of 129.62º 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 #32CE4B is Cyan = 0.76, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 206 | 75 | - |
| CMYK | 0.76 | 0 | 0.64 | 0.19 |
| HSL | 129.62º | 0.61% | 0.5% | - |
| HSV(B) | 129.62º | 0.76% | 0.81% | - |
| XYZ | 24.66 | 45.33 | 14.11 | - |
| YUV | 144.42 | 88.82 | 60.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 206 | 75 | 0.76 | 0 | 0.64 | 0.19 | 129.62 | 0.61 | 0.5 |
| Hex | 32 | CE | 4B | 4C | 0 | 40 | 13 | 82 | 3D | 32 |
| Octal | 62 | 316 | 113 | 114 | 0 | 100 | 23 | 202 | 75 | 62 |
| Binary | 110010 | 11001110 | 1001011 | 1001100 | 0 | 1000000 | 10011 | 10000010 | 111101 | 110010 |
Color Harmonies of #32CE4B
Complementary color
Monochromatic Colors of #32CE4B
Black with #32CE4B
Text Example
Text Example
White with #32CE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CE4B; }
p { color: rgb(50,206,75); }
H1.HeaderClassName
{
color: #32CE4B;
}
.AnyTagClassName
{
color: #32CE4B;
}
</style>
background-color css
<style>
a { background-color: #32CE4B; }
a { background-color: rgb(50,206,75); }
div.DivClassName
{
background-color: #32CE4B;
}
.BgClassName
{
background-color: #32CE4B;
}
</style>
border-color css
<style>
span { border-color: #32CE4B; }
span { border-color: rgb(50,206,75); }
td.TdClassName
{
border-color: #32CE4B;
}
.TagClassName
{
border-color: #32CE4B;
}
</style>