Shades of Lime Green #32EB4D
Tints of Lime Green #32EB4D
RGB
CMYK
RGB Variations
Color information
#32EB4D (or 0x32EB4D) is known color: Lime Green. HEX triplet: 32, EB and 4D. RGB value is (50,235,77). Sum of RGB (Red+Green+Blue) = 50+235+77=362 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.81% from 362); Green value is 235 (92.19% from 255 or 64.92% from 362); Blue value is 77 (30.47% from 255 or 21.27% from 362); Max value from RGB is 235 - color contains mainly: green. Hex color #32EB4D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32EB4D is #CD14B2. Grayscale: #A2A2A2. Windows color (decimal): -13440179 or 5106482. OLE color: 5106482.
HSL color Cylindrical-coordinate representation of color #32EB4D: hue angle of 128.76º 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 #32EB4D is Cyan = 0.79, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 50 | 235 | 77 | - |
| CMYK | 0.79 | 0 | 0.67 | 0.08 |
| HSL | 128.76º | 0.82% | 0.56% | - |
| HSV(B) | 128.76º | 0.79% | 0.92% | - |
| XYZ | 32.36 | 60.63 | 17.02 | - |
| YUV | 161.67 | 80.21 | 48.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 235 | 77 | 0.79 | 0 | 0.67 | 0.08 | 128.76 | 0.82 | 0.56 |
| Hex | 32 | EB | 4D | 4F | 0 | 43 | 8 | 81 | 52 | 38 |
| Octal | 62 | 353 | 115 | 117 | 0 | 103 | 10 | 201 | 122 | 70 |
| Binary | 110010 | 11101011 | 1001101 | 1001111 | 0 | 1000011 | 1000 | 10000001 | 1010010 | 111000 |
Color Harmonies of #32EB4D
Complementary color
Monochromatic Colors of #32EB4D
Black with #32EB4D
Text Example
Text Example
White with #32EB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EB4D; }
p { color: rgb(50,235,77); }
H1.HeaderClassName
{
color: #32EB4D;
}
.AnyTagClassName
{
color: #32EB4D;
}
</style>
background-color css
<style>
a { background-color: #32EB4D; }
a { background-color: rgb(50,235,77); }
div.DivClassName
{
background-color: #32EB4D;
}
.BgClassName
{
background-color: #32EB4D;
}
</style>
border-color css
<style>
span { border-color: #32EB4D; }
span { border-color: rgb(50,235,77); }
td.TdClassName
{
border-color: #32EB4D;
}
.TagClassName
{
border-color: #32EB4D;
}
</style>