Shades of Lime Green #32CB28
Tints of Lime Green #32CB28
RGB
CMYK
RGB Variations
Color information
#32CB28 (or 0x32CB28) is known color: Lime Green. HEX triplet: 32, CB and 28. RGB value is (50,203,40). Sum of RGB (Red+Green+Blue) = 50+203+40=293 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.06% from 293); Green value is 203 (79.69% from 255 or 69.28% from 293); Blue value is 40 (16.02% from 255 or 13.65% from 293); Max value from RGB is 203 - color contains mainly: green. Hex color #32CB28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32CB28 is #CD34D7. Grayscale: #8B8B8B. Windows color (decimal): -13448408 or 2673458. OLE color: 2673458.
HSL color Cylindrical-coordinate representation of color #32CB28: hue angle of 116.32º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32CB28 is Cyan = 0.75, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 203 | 40 | - |
| CMYK | 0.75 | 0 | 0.80 | 0.20 |
| HSL | 116.32º | 0.67% | 0.48% | - |
| HSV(B) | 116.32º | 0.8% | 0.8% | - |
| XYZ | 23.05 | 43.54 | 9.2 | - |
| YUV | 138.67 | 72.31 | 64.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 203 | 40 | 0.75 | 0 | 0.80 | 0.20 | 116.32 | 0.67 | 0.48 |
| Hex | 32 | CB | 28 | 4B | 0 | 50 | 14 | 74 | 43 | 30 |
| Octal | 62 | 313 | 50 | 113 | 0 | 120 | 24 | 164 | 103 | 60 |
| Binary | 110010 | 11001011 | 101000 | 1001011 | 0 | 1010000 | 10100 | 1110100 | 1000011 | 110000 |
Color Harmonies of #32CB28
Complementary color
Monochromatic Colors of #32CB28
Black with #32CB28
Text Example
Text Example
White with #32CB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CB28; }
p { color: rgb(50,203,40); }
H1.HeaderClassName
{
color: #32CB28;
}
.AnyTagClassName
{
color: #32CB28;
}
</style>
background-color css
<style>
a { background-color: #32CB28; }
a { background-color: rgb(50,203,40); }
div.DivClassName
{
background-color: #32CB28;
}
.BgClassName
{
background-color: #32CB28;
}
</style>
border-color css
<style>
span { border-color: #32CB28; }
span { border-color: rgb(50,203,40); }
td.TdClassName
{
border-color: #32CB28;
}
.TagClassName
{
border-color: #32CB28;
}
</style>