Shades of Lime Green #4CE038
Tints of Lime Green #4CE038
RGB
CMYK
RGB Variations
Color information
#4CE038 (or 0x4CE038) is known color: Lime Green. HEX triplet: 4C, E0 and 38. RGB value is (76,224,56). Sum of RGB (Red+Green+Blue) = 76+224+56=356 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.35% from 356); Green value is 224 (87.89% from 255 or 62.92% from 356); Blue value is 56 (22.27% from 255 or 15.73% from 356); Max value from RGB is 224 - color contains mainly: green. Hex color #4CE038 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CE038 is #B31FC7. Grayscale: #A1A1A1. Windows color (decimal): -11739080 or 3727436. OLE color: 3727436.
HSL color Cylindrical-coordinate representation of color #4CE038: hue angle of 112.86º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4CE038 is Cyan = 0.66, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 76 | 224 | 56 | - |
| CMYK | 0.66 | 0 | 0.75 | 0.12 |
| HSL | 112.86º | 0.73% | 0.55% | - |
| HSV(B) | 112.86º | 0.75% | 0.88% | - |
| XYZ | 30.35 | 55.13 | 12.78 | - |
| YUV | 160.6 | 68.97 | 67.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 224 | 56 | 0.66 | 0 | 0.75 | 0.12 | 112.86 | 0.73 | 0.55 |
| Hex | 4C | E0 | 38 | 42 | 0 | 4B | C | 71 | 49 | 37 |
| Octal | 114 | 340 | 70 | 102 | 0 | 113 | 14 | 161 | 111 | 67 |
| Binary | 1001100 | 11100000 | 111000 | 1000010 | 0 | 1001011 | 1100 | 1110001 | 1001001 | 110111 |
Color Harmonies of #4CE038
Complementary color
Monochromatic Colors of #4CE038
Black with #4CE038
Text Example
Text Example
White with #4CE038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE038; }
p { color: rgb(76,224,56); }
H1.HeaderClassName
{
color: #4CE038;
}
.AnyTagClassName
{
color: #4CE038;
}
</style>
background-color css
<style>
a { background-color: #4CE038; }
a { background-color: rgb(76,224,56); }
div.DivClassName
{
background-color: #4CE038;
}
.BgClassName
{
background-color: #4CE038;
}
</style>
border-color css
<style>
span { border-color: #4CE038; }
span { border-color: rgb(76,224,56); }
td.TdClassName
{
border-color: #4CE038;
}
.TagClassName
{
border-color: #4CE038;
}
</style>