Shades of Lime Green #47BF3C
Tints of Lime Green #47BF3C
RGB
CMYK
RGB Variations
Color information
#47BF3C (or 0x47BF3C) is known color: Lime Green. HEX triplet: 47, BF and 3C. RGB value is (71,191,60). Sum of RGB (Red+Green+Blue) = 71+191+60=322 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.05% from 322); Green value is 191 (75% from 255 or 59.32% from 322); Blue value is 60 (23.83% from 255 or 18.63% from 322); Max value from RGB is 191 - color contains mainly: green. Hex color #47BF3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47BF3C is #B840C3. Grayscale: #8C8C8C. Windows color (decimal): -12075204 or 3981127. OLE color: 3981127.
HSL color Cylindrical-coordinate representation of color #47BF3C: hue angle of 114.96º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #47BF3C is Cyan = 0.63, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 71 | 191 | 60 | - |
| CMYK | 0.63 | 0 | 0.69 | 0.25 |
| HSL | 114.96º | 0.52% | 0.49% | - |
| HSV(B) | 114.96º | 0.69% | 0.75% | - |
| XYZ | 22.04 | 38.93 | 10.63 | - |
| YUV | 140.19 | 82.74 | 78.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 191 | 60 | 0.63 | 0 | 0.69 | 0.25 | 114.96 | 0.52 | 0.49 |
| Hex | 47 | BF | 3C | 3F | 0 | 45 | 19 | 73 | 34 | 31 |
| Octal | 107 | 277 | 74 | 77 | 0 | 105 | 31 | 163 | 64 | 61 |
| Binary | 1000111 | 10111111 | 111100 | 111111 | 0 | 1000101 | 11001 | 1110011 | 110100 | 110001 |
Color Harmonies of #47BF3C
Complementary color
Monochromatic Colors of #47BF3C
Black with #47BF3C
Text Example
Text Example
White with #47BF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BF3C; }
p { color: rgb(71,191,60); }
H1.HeaderClassName
{
color: #47BF3C;
}
.AnyTagClassName
{
color: #47BF3C;
}
</style>
background-color css
<style>
a { background-color: #47BF3C; }
a { background-color: rgb(71,191,60); }
div.DivClassName
{
background-color: #47BF3C;
}
.BgClassName
{
background-color: #47BF3C;
}
</style>
border-color css
<style>
span { border-color: #47BF3C; }
span { border-color: rgb(71,191,60); }
td.TdClassName
{
border-color: #47BF3C;
}
.TagClassName
{
border-color: #47BF3C;
}
</style>