Shades of Lime Green #4CE248
Tints of Lime Green #4CE248
RGB
CMYK
RGB Variations
Color information
#4CE248 (or 0x4CE248) is known color: Lime Green. HEX triplet: 4C, E2 and 48. RGB value is (76,226,72). Sum of RGB (Red+Green+Blue) = 76+226+72=374 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.32% from 374); Green value is 226 (88.67% from 255 or 60.43% from 374); Blue value is 72 (28.52% from 255 or 19.25% from 374); Max value from RGB is 226 - color contains mainly: green. Hex color #4CE248 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CE248 is #B31DB7. Grayscale: #A4A4A4. Windows color (decimal): -11738552 or 4776524. OLE color: 4776524.
HSL color Cylindrical-coordinate representation of color #4CE248: hue angle of 118.44º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4CE248 is Cyan = 0.66, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 76 | 226 | 72 | - |
| CMYK | 0.66 | 0 | 0.68 | 0.11 |
| HSL | 118.44º | 0.73% | 0.58% | - |
| HSV(B) | 118.44º | 0.68% | 0.89% | - |
| XYZ | 31.35 | 56.4 | 15.36 | - |
| YUV | 163.59 | 76.31 | 65.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 226 | 72 | 0.66 | 0 | 0.68 | 0.11 | 118.44 | 0.73 | 0.58 |
| Hex | 4C | E2 | 48 | 42 | 0 | 44 | B | 76 | 49 | 3A |
| Octal | 114 | 342 | 110 | 102 | 0 | 104 | 13 | 166 | 111 | 72 |
| Binary | 1001100 | 11100010 | 1001000 | 1000010 | 0 | 1000100 | 1011 | 1110110 | 1001001 | 111010 |
Color Harmonies of #4CE248
Complementary color
Monochromatic Colors of #4CE248
Black with #4CE248
Text Example
Text Example
White with #4CE248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE248; }
p { color: rgb(76,226,72); }
H1.HeaderClassName
{
color: #4CE248;
}
.AnyTagClassName
{
color: #4CE248;
}
</style>
background-color css
<style>
a { background-color: #4CE248; }
a { background-color: rgb(76,226,72); }
div.DivClassName
{
background-color: #4CE248;
}
.BgClassName
{
background-color: #4CE248;
}
</style>
border-color css
<style>
span { border-color: #4CE248; }
span { border-color: rgb(76,226,72); }
td.TdClassName
{
border-color: #4CE248;
}
.TagClassName
{
border-color: #4CE248;
}
</style>