Shades of Lime Green #47CB46
Tints of Lime Green #47CB46
RGB
CMYK
RGB Variations
Color information
#47CB46 (or 0x47CB46) is known color: Lime Green. HEX triplet: 47, CB and 46. RGB value is (71,203,70). Sum of RGB (Red+Green+Blue) = 71+203+70=344 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.64% from 344); Green value is 203 (79.69% from 255 or 59.01% from 344); Blue value is 70 (27.73% from 255 or 20.35% from 344); Max value from RGB is 203 - color contains mainly: green. Hex color #47CB46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47CB46 is #B834B9. Grayscale: #949494. Windows color (decimal): -12072122 or 4639559. OLE color: 4639559.
HSL color Cylindrical-coordinate representation of color #47CB46: hue angle of 119.55º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47CB46 is Cyan = 0.65, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 71 | 203 | 70 | - |
| CMYK | 0.65 | 0 | 0.66 | 0.20 |
| HSL | 119.55º | 0.56% | 0.54% | - |
| HSV(B) | 119.55º | 0.66% | 0.8% | - |
| XYZ | 25.06 | 44.49 | 13.06 | - |
| YUV | 148.37 | 83.77 | 72.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 203 | 70 | 0.65 | 0 | 0.66 | 0.20 | 119.55 | 0.56 | 0.54 |
| Hex | 47 | CB | 46 | 41 | 0 | 42 | 14 | 78 | 38 | 36 |
| Octal | 107 | 313 | 106 | 101 | 0 | 102 | 24 | 170 | 70 | 66 |
| Binary | 1000111 | 11001011 | 1000110 | 1000001 | 0 | 1000010 | 10100 | 1111000 | 111000 | 110110 |
Color Harmonies of #47CB46
Complementary color
Monochromatic Colors of #47CB46
Black with #47CB46
Text Example
Text Example
White with #47CB46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CB46; }
p { color: rgb(71,203,70); }
H1.HeaderClassName
{
color: #47CB46;
}
.AnyTagClassName
{
color: #47CB46;
}
</style>
background-color css
<style>
a { background-color: #47CB46; }
a { background-color: rgb(71,203,70); }
div.DivClassName
{
background-color: #47CB46;
}
.BgClassName
{
background-color: #47CB46;
}
</style>
border-color css
<style>
span { border-color: #47CB46; }
span { border-color: rgb(71,203,70); }
td.TdClassName
{
border-color: #47CB46;
}
.TagClassName
{
border-color: #47CB46;
}
</style>