Shades of Lime Green #47FE36
Tints of Lime Green #47FE36
RGB
CMYK
RGB Variations
Color information
#47FE36 (or 0x47FE36) is known color: Lime Green. HEX triplet: 47, FE and 36. RGB value is (71,254,54). Sum of RGB (Red+Green+Blue) = 71+254+54=379 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.73% from 379); Green value is 254 (99.61% from 255 or 67.02% from 379); Blue value is 54 (21.48% from 255 or 14.25% from 379); Max value from RGB is 254 - color contains mainly: green. Hex color #47FE36 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #47FE36 is #B801C9. Grayscale: #B1B1B1. Windows color (decimal): -12059082 or 3604039. OLE color: 3604039.
HSL color Cylindrical-coordinate representation of color #47FE36: hue angle of 114.9º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #47FE36 is Cyan = 0.72, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 71 | 254 | 54 | - |
| CMYK | 0.72 | 0 | 0.79 | 0.00 |
| HSL | 114.9º | 0.99% | 0.6% | - |
| HSV(B) | 114.9º | 0.79% | 1% | - |
| XYZ | 38.71 | 72.49 | 15.44 | - |
| YUV | 176.48 | 58.87 | 52.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 254 | 54 | 0.72 | 0 | 0.79 | 0.00 | 114.9 | 0.99 | 0.6 |
| Hex | 47 | FE | 36 | 48 | 0 | 4F | 0 | 73 | 63 | 3C |
| Octal | 107 | 376 | 66 | 110 | 0 | 117 | 0 | 163 | 143 | 74 |
| Binary | 1000111 | 11111110 | 110110 | 1001000 | 0 | 1001111 | 0 | 1110011 | 1100011 | 111100 |
Color Harmonies of #47FE36
Complementary color
Monochromatic Colors of #47FE36
Black with #47FE36
Text Example
Text Example
White with #47FE36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FE36; }
p { color: rgb(71,254,54); }
H1.HeaderClassName
{
color: #47FE36;
}
.AnyTagClassName
{
color: #47FE36;
}
</style>
background-color css
<style>
a { background-color: #47FE36; }
a { background-color: rgb(71,254,54); }
div.DivClassName
{
background-color: #47FE36;
}
.BgClassName
{
background-color: #47FE36;
}
</style>
border-color css
<style>
span { border-color: #47FE36; }
span { border-color: rgb(71,254,54); }
td.TdClassName
{
border-color: #47FE36;
}
.TagClassName
{
border-color: #47FE36;
}
</style>