Shades of Lime Green #47C236
Tints of Lime Green #47C236
RGB
CMYK
RGB Variations
Color information
#47C236 (or 0x47C236) is known color: Lime Green. HEX triplet: 47, C2 and 36. RGB value is (71,194,54). Sum of RGB (Red+Green+Blue) = 71+194+54=319 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.26% from 319); Green value is 194 (76.17% from 255 or 60.82% from 319); Blue value is 54 (21.48% from 255 or 16.93% from 319); Max value from RGB is 194 - color contains mainly: green. Hex color #47C236 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47C236 is #B83DC9. Grayscale: #8D8D8D. Windows color (decimal): -12074442 or 3588679. OLE color: 3588679.
HSL color Cylindrical-coordinate representation of color #47C236: hue angle of 112.71º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47C236 is Cyan = 0.63, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 71 | 194 | 54 | - |
| CMYK | 0.63 | 0 | 0.72 | 0.24 |
| HSL | 112.71º | 0.56% | 0.49% | - |
| HSV(B) | 112.71º | 0.72% | 0.76% | - |
| XYZ | 22.56 | 40.19 | 10.06 | - |
| YUV | 141.26 | 78.75 | 77.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 194 | 54 | 0.63 | 0 | 0.72 | 0.24 | 112.71 | 0.56 | 0.49 |
| Hex | 47 | C2 | 36 | 3F | 0 | 48 | 18 | 71 | 38 | 31 |
| Octal | 107 | 302 | 66 | 77 | 0 | 110 | 30 | 161 | 70 | 61 |
| Binary | 1000111 | 11000010 | 110110 | 111111 | 0 | 1001000 | 11000 | 1110001 | 111000 | 110001 |
Color Harmonies of #47C236
Complementary color
Monochromatic Colors of #47C236
Black with #47C236
Text Example
Text Example
White with #47C236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C236; }
p { color: rgb(71,194,54); }
H1.HeaderClassName
{
color: #47C236;
}
.AnyTagClassName
{
color: #47C236;
}
</style>
background-color css
<style>
a { background-color: #47C236; }
a { background-color: rgb(71,194,54); }
div.DivClassName
{
background-color: #47C236;
}
.BgClassName
{
background-color: #47C236;
}
</style>
border-color css
<style>
span { border-color: #47C236; }
span { border-color: rgb(71,194,54); }
td.TdClassName
{
border-color: #47C236;
}
.TagClassName
{
border-color: #47C236;
}
</style>