Shades of Lime Green #47CB3D
Tints of Lime Green #47CB3D
RGB
CMYK
RGB Variations
Color information
#47CB3D (or 0x47CB3D) is known color: Lime Green. HEX triplet: 47, CB and 3D. RGB value is (71,203,61). Sum of RGB (Red+Green+Blue) = 71+203+61=335 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.19% from 335); Green value is 203 (79.69% from 255 or 60.60% from 335); Blue value is 61 (24.22% from 255 or 18.21% from 335); Max value from RGB is 203 - color contains mainly: green. Hex color #47CB3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47CB3D is #B834C2. Grayscale: #939393. Windows color (decimal): -12072131 or 4049735. OLE color: 4049735.
HSL color Cylindrical-coordinate representation of color #47CB3D: hue angle of 115.77º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47CB3D is Cyan = 0.65, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 71 | 203 | 61 | - |
| CMYK | 0.65 | 0 | 0.70 | 0.20 |
| HSL | 115.77º | 0.58% | 0.52% | - |
| HSV(B) | 115.77º | 0.7% | 0.8% | - |
| XYZ | 24.8 | 44.39 | 11.68 | - |
| YUV | 147.34 | 79.27 | 73.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 203 | 61 | 0.65 | 0 | 0.70 | 0.20 | 115.77 | 0.58 | 0.52 |
| Hex | 47 | CB | 3D | 41 | 0 | 46 | 14 | 74 | 3A | 34 |
| Octal | 107 | 313 | 75 | 101 | 0 | 106 | 24 | 164 | 72 | 64 |
| Binary | 1000111 | 11001011 | 111101 | 1000001 | 0 | 1000110 | 10100 | 1110100 | 111010 | 110100 |
Color Harmonies of #47CB3D
Complementary color
Monochromatic Colors of #47CB3D
Black with #47CB3D
Text Example
Text Example
White with #47CB3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CB3D; }
p { color: rgb(71,203,61); }
H1.HeaderClassName
{
color: #47CB3D;
}
.AnyTagClassName
{
color: #47CB3D;
}
</style>
background-color css
<style>
a { background-color: #47CB3D; }
a { background-color: rgb(71,203,61); }
div.DivClassName
{
background-color: #47CB3D;
}
.BgClassName
{
background-color: #47CB3D;
}
</style>
border-color css
<style>
span { border-color: #47CB3D; }
span { border-color: rgb(71,203,61); }
td.TdClassName
{
border-color: #47CB3D;
}
.TagClassName
{
border-color: #47CB3D;
}
</style>