Shades of Lime Green #32D13C
Tints of Lime Green #32D13C
RGB
CMYK
RGB Variations
Color information
#32D13C (or 0x32D13C) is known color: Lime Green. HEX triplet: 32, D1 and 3C. RGB value is (50,209,60). Sum of RGB (Red+Green+Blue) = 50+209+60=319 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.67% from 319); Green value is 209 (82.03% from 255 or 65.52% from 319); Blue value is 60 (23.83% from 255 or 18.81% from 319); Max value from RGB is 209 - color contains mainly: green. Hex color #32D13C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D13C is #CD2EC3. Grayscale: #909090. Windows color (decimal): -13446852 or 3985714. OLE color: 3985714.
HSL color Cylindrical-coordinate representation of color #32D13C: hue angle of 123.77º degrees, saturation: 0.63, 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 #32D13C is Cyan = 0.76, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 50 | 209 | 60 | - |
| CMYK | 0.76 | 0 | 0.71 | 0.18 |
| HSL | 123.77º | 0.63% | 0.51% | - |
| HSV(B) | 123.77º | 0.76% | 0.82% | - |
| XYZ | 24.93 | 46.61 | 11.96 | - |
| YUV | 144.47 | 80.32 | 60.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 209 | 60 | 0.76 | 0 | 0.71 | 0.18 | 123.77 | 0.63 | 0.51 |
| Hex | 32 | D1 | 3C | 4C | 0 | 47 | 12 | 7C | 3F | 33 |
| Octal | 62 | 321 | 74 | 114 | 0 | 107 | 22 | 174 | 77 | 63 |
| Binary | 110010 | 11010001 | 111100 | 1001100 | 0 | 1000111 | 10010 | 1111100 | 111111 | 110011 |
Color Harmonies of #32D13C
Complementary color
Monochromatic Colors of #32D13C
Black with #32D13C
Text Example
Text Example
White with #32D13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D13C; }
p { color: rgb(50,209,60); }
H1.HeaderClassName
{
color: #32D13C;
}
.AnyTagClassName
{
color: #32D13C;
}
</style>
background-color css
<style>
a { background-color: #32D13C; }
a { background-color: rgb(50,209,60); }
div.DivClassName
{
background-color: #32D13C;
}
.BgClassName
{
background-color: #32D13C;
}
</style>
border-color css
<style>
span { border-color: #32D13C; }
span { border-color: rgb(50,209,60); }
td.TdClassName
{
border-color: #32D13C;
}
.TagClassName
{
border-color: #32D13C;
}
</style>