Shades of Lime Green #32EB4C
Tints of Lime Green #32EB4C
RGB
CMYK
RGB Variations
Color information
#32EB4C (or 0x32EB4C) is known color: Lime Green. HEX triplet: 32, EB and 4C. RGB value is (50,235,76). Sum of RGB (Red+Green+Blue) = 50+235+76=361 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.85% from 361); Green value is 235 (92.19% from 255 or 65.10% from 361); Blue value is 76 (30.08% from 255 or 21.05% from 361); Max value from RGB is 235 - color contains mainly: green. Hex color #32EB4C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32EB4C is #CD14B3. Grayscale: #A2A2A2. Windows color (decimal): -13440180 or 5040946. OLE color: 5040946.
HSL color Cylindrical-coordinate representation of color #32EB4C: hue angle of 128.43º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32EB4C is Cyan = 0.79, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 50 | 235 | 76 | - |
| CMYK | 0.79 | 0 | 0.68 | 0.08 |
| HSL | 128.43º | 0.82% | 0.56% | - |
| HSV(B) | 128.43º | 0.79% | 0.92% | - |
| XYZ | 32.33 | 60.62 | 16.83 | - |
| YUV | 161.56 | 79.71 | 48.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 235 | 76 | 0.79 | 0 | 0.68 | 0.08 | 128.43 | 0.82 | 0.56 |
| Hex | 32 | EB | 4C | 4F | 0 | 44 | 8 | 80 | 52 | 38 |
| Octal | 62 | 353 | 114 | 117 | 0 | 104 | 10 | 200 | 122 | 70 |
| Binary | 110010 | 11101011 | 1001100 | 1001111 | 0 | 1000100 | 1000 | 10000000 | 1010010 | 111000 |
Color Harmonies of #32EB4C
Complementary color
Monochromatic Colors of #32EB4C
Black with #32EB4C
Text Example
Text Example
White with #32EB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EB4C; }
p { color: rgb(50,235,76); }
H1.HeaderClassName
{
color: #32EB4C;
}
.AnyTagClassName
{
color: #32EB4C;
}
</style>
background-color css
<style>
a { background-color: #32EB4C; }
a { background-color: rgb(50,235,76); }
div.DivClassName
{
background-color: #32EB4C;
}
.BgClassName
{
background-color: #32EB4C;
}
</style>
border-color css
<style>
span { border-color: #32EB4C; }
span { border-color: rgb(50,235,76); }
td.TdClassName
{
border-color: #32EB4C;
}
.TagClassName
{
border-color: #32EB4C;
}
</style>