Shades of Lime Green #32D240
Tints of Lime Green #32D240
RGB
CMYK
RGB Variations
Color information
#32D240 (or 0x32D240) is known color: Lime Green. HEX triplet: 32, D2 and 40. RGB value is (50,210,64). Sum of RGB (Red+Green+Blue) = 50+210+64=324 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.43% from 324); Green value is 210 (82.42% from 255 or 64.81% from 324); Blue value is 64 (25.39% from 255 or 19.75% from 324); Max value from RGB is 210 - color contains mainly: green. Hex color #32D240 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D240 is #CD2DBF. Grayscale: #919191. Windows color (decimal): -13446592 or 4248114. OLE color: 4248114.
HSL color Cylindrical-coordinate representation of color #32D240: hue angle of 125.25º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32D240 is Cyan = 0.76, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 50 | 210 | 64 | - |
| CMYK | 0.76 | 0 | 0.70 | 0.18 |
| HSL | 125.25º | 0.64% | 0.51% | - |
| HSV(B) | 125.25º | 0.76% | 0.82% | - |
| XYZ | 25.29 | 47.14 | 12.62 | - |
| YUV | 145.52 | 81.99 | 59.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 210 | 64 | 0.76 | 0 | 0.70 | 0.18 | 125.25 | 0.64 | 0.51 |
| Hex | 32 | D2 | 40 | 4C | 0 | 46 | 12 | 7D | 40 | 33 |
| Octal | 62 | 322 | 100 | 114 | 0 | 106 | 22 | 175 | 100 | 63 |
| Binary | 110010 | 11010010 | 1000000 | 1001100 | 0 | 1000110 | 10010 | 1111101 | 1000000 | 110011 |
Color Harmonies of #32D240
Complementary color
Monochromatic Colors of #32D240
Black with #32D240
Text Example
Text Example
White with #32D240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D240; }
p { color: rgb(50,210,64); }
H1.HeaderClassName
{
color: #32D240;
}
.AnyTagClassName
{
color: #32D240;
}
</style>
background-color css
<style>
a { background-color: #32D240; }
a { background-color: rgb(50,210,64); }
div.DivClassName
{
background-color: #32D240;
}
.BgClassName
{
background-color: #32D240;
}
</style>
border-color css
<style>
span { border-color: #32D240; }
span { border-color: rgb(50,210,64); }
td.TdClassName
{
border-color: #32D240;
}
.TagClassName
{
border-color: #32D240;
}
</style>