Shades of Lime Green #47D524
Tints of Lime Green #47D524
RGB
CMYK
RGB Variations
Color information
#47D524 (or 0x47D524) is known color: Lime Green. HEX triplet: 47, D5 and 24. RGB value is (71,213,36). Sum of RGB (Red+Green+Blue) = 71+213+36=320 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.19% from 320); Green value is 213 (83.59% from 255 or 66.56% from 320); Blue value is 36 (14.45% from 255 or 11.25% from 320); Max value from RGB is 213 - color contains mainly: green. Hex color #47D524 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47D524 is #B82ADB. Grayscale: #969696. Windows color (decimal): -12069596 or 2413895. OLE color: 2413895.
HSL color Cylindrical-coordinate representation of color #47D524: hue angle of 108.14º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #47D524 is Cyan = 0.67, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 71 | 213 | 36 | - |
| CMYK | 0.67 | 0 | 0.83 | 0.16 |
| HSL | 108.14º | 0.71% | 0.49% | - |
| HSV(B) | 108.14º | 0.83% | 0.84% | - |
| XYZ | 26.71 | 49.06 | 9.73 | - |
| YUV | 150.36 | 63.46 | 71.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 213 | 36 | 0.67 | 0 | 0.83 | 0.16 | 108.14 | 0.71 | 0.49 |
| Hex | 47 | D5 | 24 | 43 | 0 | 53 | 10 | 6C | 47 | 31 |
| Octal | 107 | 325 | 44 | 103 | 0 | 123 | 20 | 154 | 107 | 61 |
| Binary | 1000111 | 11010101 | 100100 | 1000011 | 0 | 1010011 | 10000 | 1101100 | 1000111 | 110001 |
Color Harmonies of #47D524
Complementary color
Monochromatic Colors of #47D524
Black with #47D524
Text Example
Text Example
White with #47D524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47D524; }
p { color: rgb(71,213,36); }
H1.HeaderClassName
{
color: #47D524;
}
.AnyTagClassName
{
color: #47D524;
}
</style>
background-color css
<style>
a { background-color: #47D524; }
a { background-color: rgb(71,213,36); }
div.DivClassName
{
background-color: #47D524;
}
.BgClassName
{
background-color: #47D524;
}
</style>
border-color css
<style>
span { border-color: #47D524; }
span { border-color: rgb(71,213,36); }
td.TdClassName
{
border-color: #47D524;
}
.TagClassName
{
border-color: #47D524;
}
</style>