Shades of Lime Green #32CD2F
Tints of Lime Green #32CD2F
RGB
CMYK
RGB Variations
Color information
#32CD2F (or 0x32CD2F) is known color: Lime Green. HEX triplet: 32, CD and 2F. RGB value is (50,205,47). Sum of RGB (Red+Green+Blue) = 50+205+47=302 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.56% from 302); Green value is 205 (80.47% from 255 or 67.88% from 302); Blue value is 47 (18.75% from 255 or 15.56% from 302); Max value from RGB is 205 - color contains mainly: green. Hex color #32CD2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32CD2F is #CD32D0. Grayscale: #8D8D8D. Windows color (decimal): -13447889 or 3132722. OLE color: 3132722.
HSL color Cylindrical-coordinate representation of color #32CD2F: hue angle of 118.86º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32CD2F is Cyan = 0.76, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 205 | 47 | - |
| CMYK | 0.76 | 0 | 0.77 | 0.20 |
| HSL | 118.86º | 0.63% | 0.49% | - |
| HSV(B) | 118.86º | 0.77% | 0.8% | - |
| XYZ | 23.66 | 44.55 | 10.04 | - |
| YUV | 140.64 | 75.15 | 63.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 205 | 47 | 0.76 | 0 | 0.77 | 0.20 | 118.86 | 0.63 | 0.49 |
| Hex | 32 | CD | 2F | 4C | 0 | 4D | 14 | 77 | 3F | 31 |
| Octal | 62 | 315 | 57 | 114 | 0 | 115 | 24 | 167 | 77 | 61 |
| Binary | 110010 | 11001101 | 101111 | 1001100 | 0 | 1001101 | 10100 | 1110111 | 111111 | 110001 |
Color Harmonies of #32CD2F
Complementary color
Monochromatic Colors of #32CD2F
Black with #32CD2F
Text Example
Text Example
White with #32CD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CD2F; }
p { color: rgb(50,205,47); }
H1.HeaderClassName
{
color: #32CD2F;
}
.AnyTagClassName
{
color: #32CD2F;
}
</style>
background-color css
<style>
a { background-color: #32CD2F; }
a { background-color: rgb(50,205,47); }
div.DivClassName
{
background-color: #32CD2F;
}
.BgClassName
{
background-color: #32CD2F;
}
</style>
border-color css
<style>
span { border-color: #32CD2F; }
span { border-color: rgb(50,205,47); }
td.TdClassName
{
border-color: #32CD2F;
}
.TagClassName
{
border-color: #32CD2F;
}
</style>