Shades of Lime Green #4CE02F
Tints of Lime Green #4CE02F
RGB
CMYK
RGB Variations
Color information
#4CE02F (or 0x4CE02F) is known color: Lime Green. HEX triplet: 4C, E0 and 2F. RGB value is (76,224,47). Sum of RGB (Red+Green+Blue) = 76+224+47=347 (45% of max value = 765). Red value is 76 (30.08% from 255 or 21.90% from 347); Green value is 224 (87.89% from 255 or 64.55% from 347); Blue value is 47 (18.75% from 255 or 13.54% from 347); Max value from RGB is 224 - color contains mainly: green. Hex color #4CE02F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CE02F is #B31FD0. Grayscale: #A0A0A0. Windows color (decimal): -11739089 or 3137612. OLE color: 3137612.
HSL color Cylindrical-coordinate representation of color #4CE02F: hue angle of 110.17º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4CE02F is Cyan = 0.66, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 76 | 224 | 47 | - |
| CMYK | 0.66 | 0 | 0.79 | 0.12 |
| HSL | 110.17º | 0.74% | 0.53% | - |
| HSV(B) | 110.17º | 0.79% | 0.88% | - |
| XYZ | 30.15 | 55.05 | 11.73 | - |
| YUV | 159.57 | 64.47 | 68.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 224 | 47 | 0.66 | 0 | 0.79 | 0.12 | 110.17 | 0.74 | 0.53 |
| Hex | 4C | E0 | 2F | 42 | 0 | 4F | C | 6E | 4A | 35 |
| Octal | 114 | 340 | 57 | 102 | 0 | 117 | 14 | 156 | 112 | 65 |
| Binary | 1001100 | 11100000 | 101111 | 1000010 | 0 | 1001111 | 1100 | 1101110 | 1001010 | 110101 |
Color Harmonies of #4CE02F
Complementary color
Monochromatic Colors of #4CE02F
Black with #4CE02F
Text Example
Text Example
White with #4CE02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE02F; }
p { color: rgb(76,224,47); }
H1.HeaderClassName
{
color: #4CE02F;
}
.AnyTagClassName
{
color: #4CE02F;
}
</style>
background-color css
<style>
a { background-color: #4CE02F; }
a { background-color: rgb(76,224,47); }
div.DivClassName
{
background-color: #4CE02F;
}
.BgClassName
{
background-color: #4CE02F;
}
</style>
border-color css
<style>
span { border-color: #4CE02F; }
span { border-color: rgb(76,224,47); }
td.TdClassName
{
border-color: #4CE02F;
}
.TagClassName
{
border-color: #4CE02F;
}
</style>