Shades of Lime Green #4CE748
Tints of Lime Green #4CE748
RGB
CMYK
RGB Variations
Color information
#4CE748 (or 0x4CE748) is known color: Lime Green. HEX triplet: 4C, E7 and 48. RGB value is (76,231,72). Sum of RGB (Red+Green+Blue) = 76+231+72=379 (50% of max value = 765). Red value is 76 (30.08% from 255 or 20.05% from 379); Green value is 231 (90.62% from 255 or 60.95% from 379); Blue value is 72 (28.52% from 255 or 19.00% from 379); Max value from RGB is 231 - color contains mainly: green. Hex color #4CE748 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CE748 is #B318B7. Grayscale: #A7A7A7. Windows color (decimal): -11737272 or 4777804. OLE color: 4777804.
HSL color Cylindrical-coordinate representation of color #4CE748: hue angle of 118.49º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4CE748 is Cyan = 0.67, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 76 | 231 | 72 | - |
| CMYK | 0.67 | 0 | 0.69 | 0.09 |
| HSL | 118.49º | 0.77% | 0.59% | - |
| HSV(B) | 118.49º | 0.69% | 0.91% | - |
| XYZ | 32.73 | 59.16 | 15.82 | - |
| YUV | 166.53 | 74.65 | 63.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 231 | 72 | 0.67 | 0 | 0.69 | 0.09 | 118.49 | 0.77 | 0.59 |
| Hex | 4C | E7 | 48 | 43 | 0 | 45 | 9 | 76 | 4D | 3B |
| Octal | 114 | 347 | 110 | 103 | 0 | 105 | 11 | 166 | 115 | 73 |
| Binary | 1001100 | 11100111 | 1001000 | 1000011 | 0 | 1000101 | 1001 | 1110110 | 1001101 | 111011 |
Color Harmonies of #4CE748
Complementary color
Monochromatic Colors of #4CE748
Black with #4CE748
Text Example
Text Example
White with #4CE748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE748; }
p { color: rgb(76,231,72); }
H1.HeaderClassName
{
color: #4CE748;
}
.AnyTagClassName
{
color: #4CE748;
}
</style>
background-color css
<style>
a { background-color: #4CE748; }
a { background-color: rgb(76,231,72); }
div.DivClassName
{
background-color: #4CE748;
}
.BgClassName
{
background-color: #4CE748;
}
</style>
border-color css
<style>
span { border-color: #4CE748; }
span { border-color: rgb(76,231,72); }
td.TdClassName
{
border-color: #4CE748;
}
.TagClassName
{
border-color: #4CE748;
}
</style>