Shades of Lime Green #4CEA38
Tints of Lime Green #4CEA38
RGB
CMYK
RGB Variations
Color information
#4CEA38 (or 0x4CEA38) is known color: Lime Green. HEX triplet: 4C, EA and 38. RGB value is (76,234,56). Sum of RGB (Red+Green+Blue) = 76+234+56=366 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.77% from 366); Green value is 234 (91.80% from 255 or 63.93% from 366); Blue value is 56 (22.27% from 255 or 15.30% from 366); Max value from RGB is 234 - color contains mainly: green. Hex color #4CEA38 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CEA38 is #B315C7. Grayscale: #A7A7A7. Windows color (decimal): -11736520 or 3729996. OLE color: 3729996.
HSL color Cylindrical-coordinate representation of color #4CEA38: hue angle of 113.26º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4CEA38 is Cyan = 0.68, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 76 | 234 | 56 | - |
| CMYK | 0.68 | 0 | 0.76 | 0.08 |
| HSL | 113.26º | 0.81% | 0.57% | - |
| HSV(B) | 113.26º | 0.76% | 0.92% | - |
| XYZ | 33.12 | 60.67 | 13.71 | - |
| YUV | 166.47 | 65.65 | 63.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 234 | 56 | 0.68 | 0 | 0.76 | 0.08 | 113.26 | 0.81 | 0.57 |
| Hex | 4C | EA | 38 | 44 | 0 | 4C | 8 | 71 | 51 | 39 |
| Octal | 114 | 352 | 70 | 104 | 0 | 114 | 10 | 161 | 121 | 71 |
| Binary | 1001100 | 11101010 | 111000 | 1000100 | 0 | 1001100 | 1000 | 1110001 | 1010001 | 111001 |
Color Harmonies of #4CEA38
Complementary color
Monochromatic Colors of #4CEA38
Black with #4CEA38
Text Example
Text Example
White with #4CEA38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CEA38; }
p { color: rgb(76,234,56); }
H1.HeaderClassName
{
color: #4CEA38;
}
.AnyTagClassName
{
color: #4CEA38;
}
</style>
background-color css
<style>
a { background-color: #4CEA38; }
a { background-color: rgb(76,234,56); }
div.DivClassName
{
background-color: #4CEA38;
}
.BgClassName
{
background-color: #4CEA38;
}
</style>
border-color css
<style>
span { border-color: #4CEA38; }
span { border-color: rgb(76,234,56); }
td.TdClassName
{
border-color: #4CEA38;
}
.TagClassName
{
border-color: #4CEA38;
}
</style>