Shades of Lime Green #32C834
Tints of Lime Green #32C834
RGB
CMYK
RGB Variations
Color information
#32C834 (or 0x32C834) is known color: Lime Green. HEX triplet: 32, C8 and 34. RGB value is (50,200,52). Sum of RGB (Red+Green+Blue) = 50+200+52=302 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.56% from 302); Green value is 200 (78.52% from 255 or 66.23% from 302); Blue value is 52 (20.70% from 255 or 17.22% from 302); Max value from RGB is 200 - color contains mainly: green. Hex color #32C834 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C834 is #CD37CB. Grayscale: #8A8A8A. Windows color (decimal): -13449164 or 3459122. OLE color: 3459122.
HSL color Cylindrical-coordinate representation of color #32C834: hue angle of 120.8º 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 #32C834 is Cyan = 0.75, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 50 | 200 | 52 | - |
| CMYK | 0.75 | 0 | 0.74 | 0.22 |
| HSL | 120.8º | 0.6% | 0.49% | - |
| HSV(B) | 120.8º | 0.75% | 0.78% | - |
| XYZ | 22.59 | 42.23 | 10.21 | - |
| YUV | 138.28 | 79.31 | 65.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 200 | 52 | 0.75 | 0 | 0.74 | 0.22 | 120.8 | 0.6 | 0.49 |
| Hex | 32 | C8 | 34 | 4B | 0 | 4A | 16 | 79 | 3C | 31 |
| Octal | 62 | 310 | 64 | 113 | 0 | 112 | 26 | 171 | 74 | 61 |
| Binary | 110010 | 11001000 | 110100 | 1001011 | 0 | 1001010 | 10110 | 1111001 | 111100 | 110001 |
Color Harmonies of #32C834
Complementary color
Monochromatic Colors of #32C834
Black with #32C834
Text Example
Text Example
White with #32C834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C834; }
p { color: rgb(50,200,52); }
H1.HeaderClassName
{
color: #32C834;
}
.AnyTagClassName
{
color: #32C834;
}
</style>
background-color css
<style>
a { background-color: #32C834; }
a { background-color: rgb(50,200,52); }
div.DivClassName
{
background-color: #32C834;
}
.BgClassName
{
background-color: #32C834;
}
</style>
border-color css
<style>
span { border-color: #32C834; }
span { border-color: rgb(50,200,52); }
td.TdClassName
{
border-color: #32C834;
}
.TagClassName
{
border-color: #32C834;
}
</style>