Shades of Lime Green #47EE28
Tints of Lime Green #47EE28
RGB
CMYK
RGB Variations
Color information
#47EE28 (or 0x47EE28) is known color: Lime Green. HEX triplet: 47, EE and 28. RGB value is (71,238,40). Sum of RGB (Red+Green+Blue) = 71+238+40=349 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.34% from 349); Green value is 238 (93.36% from 255 or 68.19% from 349); Blue value is 40 (16.02% from 255 or 11.46% from 349); Max value from RGB is 238 - color contains mainly: green. Hex color #47EE28 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #47EE28 is #B811D7. Grayscale: #A6A6A6. Windows color (decimal): -12063192 or 2682439. OLE color: 2682439.
HSL color Cylindrical-coordinate representation of color #47EE28: hue angle of 110.61º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #47EE28 is Cyan = 0.70, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 71 | 238 | 40 | - |
| CMYK | 0.70 | 0 | 0.83 | 0.07 |
| HSL | 110.61º | 0.85% | 0.55% | - |
| HSV(B) | 110.61º | 0.83% | 0.93% | - |
| XYZ | 33.56 | 62.64 | 12.33 | - |
| YUV | 165.5 | 57.17 | 60.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 238 | 40 | 0.70 | 0 | 0.83 | 0.07 | 110.61 | 0.85 | 0.55 |
| Hex | 47 | EE | 28 | 46 | 0 | 53 | 7 | 6F | 55 | 37 |
| Octal | 107 | 356 | 50 | 106 | 0 | 123 | 7 | 157 | 125 | 67 |
| Binary | 1000111 | 11101110 | 101000 | 1000110 | 0 | 1010011 | 111 | 1101111 | 1010101 | 110111 |
Color Harmonies of #47EE28
Complementary color
Monochromatic Colors of #47EE28
Black with #47EE28
Text Example
Text Example
White with #47EE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47EE28; }
p { color: rgb(71,238,40); }
H1.HeaderClassName
{
color: #47EE28;
}
.AnyTagClassName
{
color: #47EE28;
}
</style>
background-color css
<style>
a { background-color: #47EE28; }
a { background-color: rgb(71,238,40); }
div.DivClassName
{
background-color: #47EE28;
}
.BgClassName
{
background-color: #47EE28;
}
</style>
border-color css
<style>
span { border-color: #47EE28; }
span { border-color: rgb(71,238,40); }
td.TdClassName
{
border-color: #47EE28;
}
.TagClassName
{
border-color: #47EE28;
}
</style>