Shades of Lime Green #47F934
Tints of Lime Green #47F934
RGB
CMYK
RGB Variations
Color information
#47F934 (or 0x47F934) is known color: Lime Green. HEX triplet: 47, F9 and 34. RGB value is (71,249,52). Sum of RGB (Red+Green+Blue) = 71+249+52=372 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.09% from 372); Green value is 249 (97.66% from 255 or 66.94% from 372); Blue value is 52 (20.70% from 255 or 13.98% from 372); Max value from RGB is 249 - color contains mainly: green. Hex color #47F934 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #47F934 is #B806CB. Grayscale: #ADADAD. Windows color (decimal): -12060364 or 3471687. OLE color: 3471687.
HSL color Cylindrical-coordinate representation of color #47F934: hue angle of 114.21º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #47F934 is Cyan = 0.71, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 71 | 249 | 52 | - |
| CMYK | 0.71 | 0 | 0.79 | 0.02 |
| HSL | 114.21º | 0.94% | 0.59% | - |
| HSV(B) | 114.21º | 0.79% | 0.98% | - |
| XYZ | 37.09 | 69.34 | 14.68 | - |
| YUV | 173.32 | 59.53 | 55.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 249 | 52 | 0.71 | 0 | 0.79 | 0.02 | 114.21 | 0.94 | 0.59 |
| Hex | 47 | F9 | 34 | 47 | 0 | 4F | 2 | 72 | 5E | 3B |
| Octal | 107 | 371 | 64 | 107 | 0 | 117 | 2 | 162 | 136 | 73 |
| Binary | 1000111 | 11111001 | 110100 | 1000111 | 0 | 1001111 | 10 | 1110010 | 1011110 | 111011 |
Color Harmonies of #47F934
Complementary color
Monochromatic Colors of #47F934
Black with #47F934
Text Example
Text Example
White with #47F934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47F934; }
p { color: rgb(71,249,52); }
H1.HeaderClassName
{
color: #47F934;
}
.AnyTagClassName
{
color: #47F934;
}
</style>
background-color css
<style>
a { background-color: #47F934; }
a { background-color: rgb(71,249,52); }
div.DivClassName
{
background-color: #47F934;
}
.BgClassName
{
background-color: #47F934;
}
</style>
border-color css
<style>
span { border-color: #47F934; }
span { border-color: rgb(71,249,52); }
td.TdClassName
{
border-color: #47F934;
}
.TagClassName
{
border-color: #47F934;
}
</style>