Shades of Lime Green #32C835
Tints of Lime Green #32C835
RGB
CMYK
RGB Variations
Color information
#32C835 (or 0x32C835) is known color: Lime Green. HEX triplet: 32, C8 and 35. RGB value is (50,200,53). Sum of RGB (Red+Green+Blue) = 50+200+53=303 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.50% from 303); Green value is 200 (78.52% from 255 or 66.01% from 303); Blue value is 53 (21.09% from 255 or 17.49% from 303); Max value from RGB is 200 - color contains mainly: green. Hex color #32C835 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C835 is #CD37CA. Grayscale: #8A8A8A. Windows color (decimal): -13449163 or 3524658. OLE color: 3524658.
HSL color Cylindrical-coordinate representation of color #32C835: hue angle of 121.2º 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 #32C835 is Cyan = 0.75, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 50 | 200 | 53 | - |
| CMYK | 0.75 | 0 | 0.74 | 0.22 |
| HSL | 121.2º | 0.6% | 0.49% | - |
| HSV(B) | 121.2º | 0.75% | 0.78% | - |
| XYZ | 22.61 | 42.24 | 10.33 | - |
| YUV | 138.39 | 79.81 | 64.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 200 | 53 | 0.75 | 0 | 0.74 | 0.22 | 121.2 | 0.6 | 0.49 |
| Hex | 32 | C8 | 35 | 4B | 0 | 4A | 16 | 79 | 3C | 31 |
| Octal | 62 | 310 | 65 | 113 | 0 | 112 | 26 | 171 | 74 | 61 |
| Binary | 110010 | 11001000 | 110101 | 1001011 | 0 | 1001010 | 10110 | 1111001 | 111100 | 110001 |
Color Harmonies of #32C835
Complementary color
Monochromatic Colors of #32C835
Black with #32C835
Text Example
Text Example
White with #32C835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C835; }
p { color: rgb(50,200,53); }
H1.HeaderClassName
{
color: #32C835;
}
.AnyTagClassName
{
color: #32C835;
}
</style>
background-color css
<style>
a { background-color: #32C835; }
a { background-color: rgb(50,200,53); }
div.DivClassName
{
background-color: #32C835;
}
.BgClassName
{
background-color: #32C835;
}
</style>
border-color css
<style>
span { border-color: #32C835; }
span { border-color: rgb(50,200,53); }
td.TdClassName
{
border-color: #32C835;
}
.TagClassName
{
border-color: #32C835;
}
</style>