Shades of Lime Green #32CD2C
Tints of Lime Green #32CD2C
RGB
CMYK
RGB Variations
Color information
#32CD2C (or 0x32CD2C) is known color: Lime Green. HEX triplet: 32, CD and 2C. RGB value is (50,205,44). Sum of RGB (Red+Green+Blue) = 50+205+44=299 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.72% from 299); Green value is 205 (80.47% from 255 or 68.56% from 299); Blue value is 44 (17.58% from 255 or 14.72% from 299); Max value from RGB is 205 - color contains mainly: green. Hex color #32CD2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32CD2C is #CD32D3. Grayscale: #8C8C8C. Windows color (decimal): -13447892 or 2936114. OLE color: 2936114.
HSL color Cylindrical-coordinate representation of color #32CD2C: hue angle of 117.76º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32CD2C is Cyan = 0.76, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 205 | 44 | - |
| CMYK | 0.76 | 0 | 0.79 | 0.20 |
| HSL | 117.76º | 0.65% | 0.49% | - |
| HSV(B) | 117.76º | 0.79% | 0.8% | - |
| XYZ | 23.6 | 44.52 | 9.73 | - |
| YUV | 140.3 | 73.65 | 63.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 205 | 44 | 0.76 | 0 | 0.79 | 0.20 | 117.76 | 0.65 | 0.49 |
| Hex | 32 | CD | 2C | 4C | 0 | 4F | 14 | 76 | 41 | 31 |
| Octal | 62 | 315 | 54 | 114 | 0 | 117 | 24 | 166 | 101 | 61 |
| Binary | 110010 | 11001101 | 101100 | 1001100 | 0 | 1001111 | 10100 | 1110110 | 1000001 | 110001 |
Color Harmonies of #32CD2C
Complementary color
Monochromatic Colors of #32CD2C
Black with #32CD2C
Text Example
Text Example
White with #32CD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CD2C; }
p { color: rgb(50,205,44); }
H1.HeaderClassName
{
color: #32CD2C;
}
.AnyTagClassName
{
color: #32CD2C;
}
</style>
background-color css
<style>
a { background-color: #32CD2C; }
a { background-color: rgb(50,205,44); }
div.DivClassName
{
background-color: #32CD2C;
}
.BgClassName
{
background-color: #32CD2C;
}
</style>
border-color css
<style>
span { border-color: #32CD2C; }
span { border-color: rgb(50,205,44); }
td.TdClassName
{
border-color: #32CD2C;
}
.TagClassName
{
border-color: #32CD2C;
}
</style>