Shades of Lime Green #4CE53F
Tints of Lime Green #4CE53F
RGB
CMYK
RGB Variations
Color information
#4CE53F (or 0x4CE53F) is known color: Lime Green. HEX triplet: 4C, E5 and 3F. RGB value is (76,229,63). Sum of RGB (Red+Green+Blue) = 76+229+63=368 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.65% from 368); Green value is 229 (89.84% from 255 or 62.23% from 368); Blue value is 63 (25% from 255 or 17.12% from 368); Max value from RGB is 229 - color contains mainly: green. Hex color #4CE53F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CE53F is #B31AC0. Grayscale: #A4A4A4. Windows color (decimal): -11737793 or 4187468. OLE color: 4187468.
HSL color Cylindrical-coordinate representation of color #4CE53F: hue angle of 115.3º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4CE53F is Cyan = 0.67, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 76 | 229 | 63 | - |
| CMYK | 0.67 | 0 | 0.72 | 0.10 |
| HSL | 115.3º | 0.76% | 0.57% | - |
| HSV(B) | 115.3º | 0.72% | 0.9% | - |
| XYZ | 31.9 | 57.93 | 14.2 | - |
| YUV | 164.33 | 70.81 | 65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 229 | 63 | 0.67 | 0 | 0.72 | 0.10 | 115.3 | 0.76 | 0.57 |
| Hex | 4C | E5 | 3F | 43 | 0 | 48 | A | 73 | 4C | 39 |
| Octal | 114 | 345 | 77 | 103 | 0 | 110 | 12 | 163 | 114 | 71 |
| Binary | 1001100 | 11100101 | 111111 | 1000011 | 0 | 1001000 | 1010 | 1110011 | 1001100 | 111001 |
Color Harmonies of #4CE53F
Complementary color
Monochromatic Colors of #4CE53F
Black with #4CE53F
Text Example
Text Example
White with #4CE53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE53F; }
p { color: rgb(76,229,63); }
H1.HeaderClassName
{
color: #4CE53F;
}
.AnyTagClassName
{
color: #4CE53F;
}
</style>
background-color css
<style>
a { background-color: #4CE53F; }
a { background-color: rgb(76,229,63); }
div.DivClassName
{
background-color: #4CE53F;
}
.BgClassName
{
background-color: #4CE53F;
}
</style>
border-color css
<style>
span { border-color: #4CE53F; }
span { border-color: rgb(76,229,63); }
td.TdClassName
{
border-color: #4CE53F;
}
.TagClassName
{
border-color: #4CE53F;
}
</style>