Shades of Lime Green #47CE38
Tints of Lime Green #47CE38
RGB
CMYK
RGB Variations
Color information
#47CE38 (or 0x47CE38) is known color: Lime Green. HEX triplet: 47, CE and 38. RGB value is (71,206,56). Sum of RGB (Red+Green+Blue) = 71+206+56=333 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.32% from 333); Green value is 206 (80.86% from 255 or 61.86% from 333); Blue value is 56 (22.27% from 255 or 16.82% from 333); Max value from RGB is 206 - color contains mainly: green. Hex color #47CE38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47CE38 is #B831C7. Grayscale: #959595. Windows color (decimal): -12071368 or 3722823. OLE color: 3722823.
HSL color Cylindrical-coordinate representation of color #47CE38: hue angle of 114º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #47CE38 is Cyan = 0.66, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 206 | 56 | - |
| CMYK | 0.66 | 0 | 0.73 | 0.19 |
| HSL | 114º | 0.6% | 0.51% | - |
| HSV(B) | 114º | 0.73% | 0.81% | - |
| XYZ | 25.38 | 45.77 | 11.24 | - |
| YUV | 148.54 | 75.77 | 72.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 206 | 56 | 0.66 | 0 | 0.73 | 0.19 | 114 | 0.6 | 0.51 |
| Hex | 47 | CE | 38 | 42 | 0 | 49 | 13 | 72 | 3C | 33 |
| Octal | 107 | 316 | 70 | 102 | 0 | 111 | 23 | 162 | 74 | 63 |
| Binary | 1000111 | 11001110 | 111000 | 1000010 | 0 | 1001001 | 10011 | 1110010 | 111100 | 110011 |
Color Harmonies of #47CE38
Complementary color
Monochromatic Colors of #47CE38
Black with #47CE38
Text Example
Text Example
White with #47CE38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CE38; }
p { color: rgb(71,206,56); }
H1.HeaderClassName
{
color: #47CE38;
}
.AnyTagClassName
{
color: #47CE38;
}
</style>
background-color css
<style>
a { background-color: #47CE38; }
a { background-color: rgb(71,206,56); }
div.DivClassName
{
background-color: #47CE38;
}
.BgClassName
{
background-color: #47CE38;
}
</style>
border-color css
<style>
span { border-color: #47CE38; }
span { border-color: rgb(71,206,56); }
td.TdClassName
{
border-color: #47CE38;
}
.TagClassName
{
border-color: #47CE38;
}
</style>