Shades of Lime Green #47EB32
Tints of Lime Green #47EB32
RGB
CMYK
RGB Variations
Color information
#47EB32 (or 0x47EB32) is known color: Lime Green. HEX triplet: 47, EB and 32. RGB value is (71,235,50). Sum of RGB (Red+Green+Blue) = 71+235+50=356 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.94% from 356); Green value is 235 (92.19% from 255 or 66.01% from 356); Blue value is 50 (19.92% from 255 or 14.04% from 356); Max value from RGB is 235 - color contains mainly: green. Hex color #47EB32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #47EB32 is #B814CD. Grayscale: #A5A5A5. Windows color (decimal): -12063950 or 3337031. OLE color: 3337031.
HSL color Cylindrical-coordinate representation of color #47EB32: hue angle of 113.19º 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 #47EB32 is Cyan = 0.70, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 71 | 235 | 50 | - |
| CMYK | 0.70 | 0 | 0.79 | 0.08 |
| HSL | 113.19º | 0.82% | 0.56% | - |
| HSV(B) | 113.19º | 0.79% | 0.92% | - |
| XYZ | 32.88 | 60.99 | 13.06 | - |
| YUV | 164.87 | 63.17 | 61.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 235 | 50 | 0.70 | 0 | 0.79 | 0.08 | 113.19 | 0.82 | 0.56 |
| Hex | 47 | EB | 32 | 46 | 0 | 4F | 8 | 71 | 52 | 38 |
| Octal | 107 | 353 | 62 | 106 | 0 | 117 | 10 | 161 | 122 | 70 |
| Binary | 1000111 | 11101011 | 110010 | 1000110 | 0 | 1001111 | 1000 | 1110001 | 1010010 | 111000 |
Color Harmonies of #47EB32
Complementary color
Monochromatic Colors of #47EB32
Black with #47EB32
Text Example
Text Example
White with #47EB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47EB32; }
p { color: rgb(71,235,50); }
H1.HeaderClassName
{
color: #47EB32;
}
.AnyTagClassName
{
color: #47EB32;
}
</style>
background-color css
<style>
a { background-color: #47EB32; }
a { background-color: rgb(71,235,50); }
div.DivClassName
{
background-color: #47EB32;
}
.BgClassName
{
background-color: #47EB32;
}
</style>
border-color css
<style>
span { border-color: #47EB32; }
span { border-color: rgb(71,235,50); }
td.TdClassName
{
border-color: #47EB32;
}
.TagClassName
{
border-color: #47EB32;
}
</style>