Shades of Lime Green #4CE130
Tints of Lime Green #4CE130
RGB
CMYK
RGB Variations
Color information
#4CE130 (or 0x4CE130) is known color: Lime Green. HEX triplet: 4C, E1 and 30. RGB value is (76,225,48). Sum of RGB (Red+Green+Blue) = 76+225+48=349 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.78% from 349); Green value is 225 (88.28% from 255 or 64.47% from 349); Blue value is 48 (19.14% from 255 or 13.75% from 349); Max value from RGB is 225 - color contains mainly: green. Hex color #4CE130 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CE130 is #B31ECF. Grayscale: #A0A0A0. Windows color (decimal): -11738832 or 3203404. OLE color: 3203404.
HSL color Cylindrical-coordinate representation of color #4CE130: hue angle of 110.51º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4CE130 is Cyan = 0.66, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 76 | 225 | 48 | - |
| CMYK | 0.66 | 0 | 0.79 | 0.12 |
| HSL | 110.51º | 0.75% | 0.54% | - |
| HSV(B) | 110.51º | 0.79% | 0.88% | - |
| XYZ | 30.44 | 55.6 | 11.92 | - |
| YUV | 160.27 | 64.64 | 67.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 225 | 48 | 0.66 | 0 | 0.79 | 0.12 | 110.51 | 0.75 | 0.54 |
| Hex | 4C | E1 | 30 | 42 | 0 | 4F | C | 6F | 4B | 36 |
| Octal | 114 | 341 | 60 | 102 | 0 | 117 | 14 | 157 | 113 | 66 |
| Binary | 1001100 | 11100001 | 110000 | 1000010 | 0 | 1001111 | 1100 | 1101111 | 1001011 | 110110 |
Color Harmonies of #4CE130
Complementary color
Monochromatic Colors of #4CE130
Black with #4CE130
Text Example
Text Example
White with #4CE130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE130; }
p { color: rgb(76,225,48); }
H1.HeaderClassName
{
color: #4CE130;
}
.AnyTagClassName
{
color: #4CE130;
}
</style>
background-color css
<style>
a { background-color: #4CE130; }
a { background-color: rgb(76,225,48); }
div.DivClassName
{
background-color: #4CE130;
}
.BgClassName
{
background-color: #4CE130;
}
</style>
border-color css
<style>
span { border-color: #4CE130; }
span { border-color: rgb(76,225,48); }
td.TdClassName
{
border-color: #4CE130;
}
.TagClassName
{
border-color: #4CE130;
}
</style>