Shades of Lime Green #32D248
Tints of Lime Green #32D248
RGB
CMYK
RGB Variations
Color information
#32D248 (or 0x32D248) is known color: Lime Green. HEX triplet: 32, D2 and 48. RGB value is (50,210,72). Sum of RGB (Red+Green+Blue) = 50+210+72=332 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.06% from 332); Green value is 210 (82.42% from 255 or 63.25% from 332); Blue value is 72 (28.52% from 255 or 21.69% from 332); Max value from RGB is 210 - color contains mainly: green. Hex color #32D248 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D248 is #CD2DB7. Grayscale: #929292. Windows color (decimal): -13446584 or 4772402. OLE color: 4772402.
HSL color Cylindrical-coordinate representation of color #32D248: hue angle of 128.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 #32D248 is Cyan = 0.76, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 50 | 210 | 72 | - |
| CMYK | 0.76 | 0 | 0.66 | 0.18 |
| HSL | 128.25º | 0.64% | 0.51% | - |
| HSV(B) | 128.25º | 0.76% | 0.82% | - |
| XYZ | 25.53 | 47.24 | 13.9 | - |
| YUV | 146.43 | 85.99 | 59.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 210 | 72 | 0.76 | 0 | 0.66 | 0.18 | 128.25 | 0.64 | 0.51 |
| Hex | 32 | D2 | 48 | 4C | 0 | 42 | 12 | 80 | 40 | 33 |
| Octal | 62 | 322 | 110 | 114 | 0 | 102 | 22 | 200 | 100 | 63 |
| Binary | 110010 | 11010010 | 1001000 | 1001100 | 0 | 1000010 | 10010 | 10000000 | 1000000 | 110011 |
Color Harmonies of #32D248
Complementary color
Monochromatic Colors of #32D248
Black with #32D248
Text Example
Text Example
White with #32D248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D248; }
p { color: rgb(50,210,72); }
H1.HeaderClassName
{
color: #32D248;
}
.AnyTagClassName
{
color: #32D248;
}
</style>
background-color css
<style>
a { background-color: #32D248; }
a { background-color: rgb(50,210,72); }
div.DivClassName
{
background-color: #32D248;
}
.BgClassName
{
background-color: #32D248;
}
</style>
border-color css
<style>
span { border-color: #32D248; }
span { border-color: rgb(50,210,72); }
td.TdClassName
{
border-color: #32D248;
}
.TagClassName
{
border-color: #32D248;
}
</style>