Shades of Lime Green #32BC30
Tints of Lime Green #32BC30
RGB
CMYK
RGB Variations
Color information
#32BC30 (or 0x32BC30) is known color: Lime Green. HEX triplet: 32, BC and 30. RGB value is (50,188,48). Sum of RGB (Red+Green+Blue) = 50+188+48=286 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.48% from 286); Green value is 188 (73.83% from 255 or 65.73% from 286); Blue value is 48 (19.14% from 255 or 16.78% from 286); Max value from RGB is 188 - color contains mainly: green. Hex color #32BC30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32BC30 is #CD43CF. Grayscale: #838383. Windows color (decimal): -13452240 or 3193906. OLE color: 3193906.
HSL color Cylindrical-coordinate representation of color #32BC30: hue angle of 119.14º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32BC30 is Cyan = 0.73, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 188 | 48 | - |
| CMYK | 0.73 | 0 | 0.74 | 0.26 |
| HSL | 119.14º | 0.59% | 0.46% | - |
| HSV(B) | 119.14º | 0.74% | 0.74% | - |
| XYZ | 19.83 | 36.86 | 8.87 | - |
| YUV | 130.78 | 81.28 | 70.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 188 | 48 | 0.73 | 0 | 0.74 | 0.26 | 119.14 | 0.59 | 0.46 |
| Hex | 32 | BC | 30 | 49 | 0 | 4A | 1A | 77 | 3B | 2E |
| Octal | 62 | 274 | 60 | 111 | 0 | 112 | 32 | 167 | 73 | 56 |
| Binary | 110010 | 10111100 | 110000 | 1001001 | 0 | 1001010 | 11010 | 1110111 | 111011 | 101110 |
Color Harmonies of #32BC30
Complementary color
Monochromatic Colors of #32BC30
Black with #32BC30
Text Example
Text Example
White with #32BC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BC30; }
p { color: rgb(50,188,48); }
H1.HeaderClassName
{
color: #32BC30;
}
.AnyTagClassName
{
color: #32BC30;
}
</style>
background-color css
<style>
a { background-color: #32BC30; }
a { background-color: rgb(50,188,48); }
div.DivClassName
{
background-color: #32BC30;
}
.BgClassName
{
background-color: #32BC30;
}
</style>
border-color css
<style>
span { border-color: #32BC30; }
span { border-color: rgb(50,188,48); }
td.TdClassName
{
border-color: #32BC30;
}
.TagClassName
{
border-color: #32BC30;
}
</style>