Shades of Lime Green #32C825
Tints of Lime Green #32C825
RGB
CMYK
RGB Variations
Color information
#32C825 (or 0x32C825) is known color: Lime Green. HEX triplet: 32, C8 and 25. RGB value is (50,200,37). Sum of RGB (Red+Green+Blue) = 50+200+37=287 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.42% from 287); Green value is 200 (78.52% from 255 or 69.69% from 287); Blue value is 37 (14.84% from 255 or 12.89% from 287); Max value from RGB is 200 - color contains mainly: green. Hex color #32C825 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C825 is #CD37DA. Grayscale: #898989. Windows color (decimal): -13449179 or 2476082. OLE color: 2476082.
HSL color Cylindrical-coordinate representation of color #32C825: hue angle of 115.21º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #32C825 is Cyan = 0.75, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 50 | 200 | 37 | - |
| CMYK | 0.75 | 0 | 0.82 | 0.22 |
| HSL | 115.21º | 0.69% | 0.46% | - |
| HSV(B) | 115.21º | 0.82% | 0.78% | - |
| XYZ | 22.3 | 42.12 | 8.7 | - |
| YUV | 136.57 | 71.81 | 66.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 200 | 37 | 0.75 | 0 | 0.82 | 0.22 | 115.21 | 0.69 | 0.46 |
| Hex | 32 | C8 | 25 | 4B | 0 | 52 | 16 | 73 | 45 | 2E |
| Octal | 62 | 310 | 45 | 113 | 0 | 122 | 26 | 163 | 105 | 56 |
| Binary | 110010 | 11001000 | 100101 | 1001011 | 0 | 1010010 | 10110 | 1110011 | 1000101 | 101110 |
Color Harmonies of #32C825
Complementary color
Monochromatic Colors of #32C825
Black with #32C825
Text Example
Text Example
White with #32C825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C825; }
p { color: rgb(50,200,37); }
H1.HeaderClassName
{
color: #32C825;
}
.AnyTagClassName
{
color: #32C825;
}
</style>
background-color css
<style>
a { background-color: #32C825; }
a { background-color: rgb(50,200,37); }
div.DivClassName
{
background-color: #32C825;
}
.BgClassName
{
background-color: #32C825;
}
</style>
border-color css
<style>
span { border-color: #32C825; }
span { border-color: rgb(50,200,37); }
td.TdClassName
{
border-color: #32C825;
}
.TagClassName
{
border-color: #32C825;
}
</style>