Shades of Lime Green #32C633
Tints of Lime Green #32C633
RGB
CMYK
RGB Variations
Color information
#32C633 (or 0x32C633) is known color: Lime Green. HEX triplet: 32, C6 and 33. RGB value is (50,198,51). Sum of RGB (Red+Green+Blue) = 50+198+51=299 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.72% from 299); Green value is 198 (77.73% from 255 or 66.22% from 299); Blue value is 51 (20.31% from 255 or 17.06% from 299); Max value from RGB is 198 - color contains mainly: green. Hex color #32C633 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C633 is #CD39CC. Grayscale: #898989. Windows color (decimal): -13449677 or 3393074. OLE color: 3393074.
HSL color Cylindrical-coordinate representation of color #32C633: hue angle of 120.41º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32C633 is Cyan = 0.75, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 50 | 198 | 51 | - |
| CMYK | 0.75 | 0 | 0.74 | 0.22 |
| HSL | 120.41º | 0.6% | 0.49% | - |
| HSV(B) | 120.41º | 0.75% | 0.78% | - |
| XYZ | 22.11 | 41.31 | 9.94 | - |
| YUV | 136.99 | 79.47 | 65.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 198 | 51 | 0.75 | 0 | 0.74 | 0.22 | 120.41 | 0.6 | 0.49 |
| Hex | 32 | C6 | 33 | 4B | 0 | 4A | 16 | 78 | 3C | 31 |
| Octal | 62 | 306 | 63 | 113 | 0 | 112 | 26 | 170 | 74 | 61 |
| Binary | 110010 | 11000110 | 110011 | 1001011 | 0 | 1001010 | 10110 | 1111000 | 111100 | 110001 |
Color Harmonies of #32C633
Complementary color
Monochromatic Colors of #32C633
Black with #32C633
Text Example
Text Example
White with #32C633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C633; }
p { color: rgb(50,198,51); }
H1.HeaderClassName
{
color: #32C633;
}
.AnyTagClassName
{
color: #32C633;
}
</style>
background-color css
<style>
a { background-color: #32C633; }
a { background-color: rgb(50,198,51); }
div.DivClassName
{
background-color: #32C633;
}
.BgClassName
{
background-color: #32C633;
}
</style>
border-color css
<style>
span { border-color: #32C633; }
span { border-color: rgb(50,198,51); }
td.TdClassName
{
border-color: #32C633;
}
.TagClassName
{
border-color: #32C633;
}
</style>