Shades of Lime Green #47C23C
Tints of Lime Green #47C23C
RGB
CMYK
RGB Variations
Color information
#47C23C (or 0x47C23C) is known color: Lime Green. HEX triplet: 47, C2 and 3C. RGB value is (71,194,60). Sum of RGB (Red+Green+Blue) = 71+194+60=325 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.85% from 325); Green value is 194 (76.17% from 255 or 59.69% from 325); Blue value is 60 (23.83% from 255 or 18.46% from 325); Max value from RGB is 194 - color contains mainly: green. Hex color #47C23C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47C23C is #B83DC3. Grayscale: #8E8E8E. Windows color (decimal): -12074436 or 3981895. OLE color: 3981895.
HSL color Cylindrical-coordinate representation of color #47C23C: hue angle of 115.07º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #47C23C is Cyan = 0.63, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 71 | 194 | 60 | - |
| CMYK | 0.63 | 0 | 0.69 | 0.24 |
| HSL | 115.07º | 0.53% | 0.5% | - |
| HSV(B) | 115.07º | 0.69% | 0.76% | - |
| XYZ | 22.71 | 40.25 | 10.85 | - |
| YUV | 141.95 | 81.75 | 77.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 194 | 60 | 0.63 | 0 | 0.69 | 0.24 | 115.07 | 0.53 | 0.5 |
| Hex | 47 | C2 | 3C | 3F | 0 | 45 | 18 | 73 | 35 | 32 |
| Octal | 107 | 302 | 74 | 77 | 0 | 105 | 30 | 163 | 65 | 62 |
| Binary | 1000111 | 11000010 | 111100 | 111111 | 0 | 1000101 | 11000 | 1110011 | 110101 | 110010 |
Color Harmonies of #47C23C
Complementary color
Monochromatic Colors of #47C23C
Black with #47C23C
Text Example
Text Example
White with #47C23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C23C; }
p { color: rgb(71,194,60); }
H1.HeaderClassName
{
color: #47C23C;
}
.AnyTagClassName
{
color: #47C23C;
}
</style>
background-color css
<style>
a { background-color: #47C23C; }
a { background-color: rgb(71,194,60); }
div.DivClassName
{
background-color: #47C23C;
}
.BgClassName
{
background-color: #47C23C;
}
</style>
border-color css
<style>
span { border-color: #47C23C; }
span { border-color: rgb(71,194,60); }
td.TdClassName
{
border-color: #47C23C;
}
.TagClassName
{
border-color: #47C23C;
}
</style>