Shades of Lime Green #47CB36
Tints of Lime Green #47CB36
RGB
CMYK
RGB Variations
Color information
#47CB36 (or 0x47CB36) is known color: Lime Green. HEX triplet: 47, CB and 36. RGB value is (71,203,54). Sum of RGB (Red+Green+Blue) = 71+203+54=328 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.65% from 328); Green value is 203 (79.69% from 255 or 61.89% from 328); Blue value is 54 (21.48% from 255 or 16.46% from 328); Max value from RGB is 203 - color contains mainly: green. Hex color #47CB36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47CB36 is #B834C9. Grayscale: #939393. Windows color (decimal): -12072138 or 3590983. OLE color: 3590983.
HSL color Cylindrical-coordinate representation of color #47CB36: hue angle of 113.15º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #47CB36 is Cyan = 0.65, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 71 | 203 | 54 | - |
| CMYK | 0.65 | 0 | 0.73 | 0.20 |
| HSL | 113.15º | 0.59% | 0.5% | - |
| HSV(B) | 113.15º | 0.73% | 0.8% | - |
| XYZ | 24.62 | 44.32 | 10.75 | - |
| YUV | 146.55 | 75.77 | 74.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 203 | 54 | 0.65 | 0 | 0.73 | 0.20 | 113.15 | 0.59 | 0.5 |
| Hex | 47 | CB | 36 | 41 | 0 | 49 | 14 | 71 | 3B | 32 |
| Octal | 107 | 313 | 66 | 101 | 0 | 111 | 24 | 161 | 73 | 62 |
| Binary | 1000111 | 11001011 | 110110 | 1000001 | 0 | 1001001 | 10100 | 1110001 | 111011 | 110010 |
Color Harmonies of #47CB36
Complementary color
Monochromatic Colors of #47CB36
Black with #47CB36
Text Example
Text Example
White with #47CB36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CB36; }
p { color: rgb(71,203,54); }
H1.HeaderClassName
{
color: #47CB36;
}
.AnyTagClassName
{
color: #47CB36;
}
</style>
background-color css
<style>
a { background-color: #47CB36; }
a { background-color: rgb(71,203,54); }
div.DivClassName
{
background-color: #47CB36;
}
.BgClassName
{
background-color: #47CB36;
}
</style>
border-color css
<style>
span { border-color: #47CB36; }
span { border-color: rgb(71,203,54); }
td.TdClassName
{
border-color: #47CB36;
}
.TagClassName
{
border-color: #47CB36;
}
</style>