Shades of Lime Green #4CEF2C
Tints of Lime Green #4CEF2C
RGB
CMYK
RGB Variations
Color information
#4CEF2C (or 0x4CEF2C) is known color: Lime Green. HEX triplet: 4C, EF and 2C. RGB value is (76,239,44). Sum of RGB (Red+Green+Blue) = 76+239+44=359 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.17% from 359); Green value is 239 (93.75% from 255 or 66.57% from 359); Blue value is 44 (17.58% from 255 or 12.26% from 359); Max value from RGB is 239 - color contains mainly: green. Hex color #4CEF2C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CEF2C is #B310D3. Grayscale: #A8A8A8. Windows color (decimal): -11735252 or 2944844. OLE color: 2944844.
HSL color Cylindrical-coordinate representation of color #4CEF2C: hue angle of 110.15º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4CEF2C is Cyan = 0.68, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 76 | 239 | 44 | - |
| CMYK | 0.68 | 0 | 0.82 | 0.06 |
| HSL | 110.15º | 0.86% | 0.55% | - |
| HSV(B) | 110.15º | 0.82% | 0.94% | - |
| XYZ | 34.3 | 63.45 | 12.82 | - |
| YUV | 168.03 | 58 | 62.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 239 | 44 | 0.68 | 0 | 0.82 | 0.06 | 110.15 | 0.86 | 0.55 |
| Hex | 4C | EF | 2C | 44 | 0 | 52 | 6 | 6E | 56 | 37 |
| Octal | 114 | 357 | 54 | 104 | 0 | 122 | 6 | 156 | 126 | 67 |
| Binary | 1001100 | 11101111 | 101100 | 1000100 | 0 | 1010010 | 110 | 1101110 | 1010110 | 110111 |
Color Harmonies of #4CEF2C
Complementary color
Monochromatic Colors of #4CEF2C
Black with #4CEF2C
Text Example
Text Example
White with #4CEF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CEF2C; }
p { color: rgb(76,239,44); }
H1.HeaderClassName
{
color: #4CEF2C;
}
.AnyTagClassName
{
color: #4CEF2C;
}
</style>
background-color css
<style>
a { background-color: #4CEF2C; }
a { background-color: rgb(76,239,44); }
div.DivClassName
{
background-color: #4CEF2C;
}
.BgClassName
{
background-color: #4CEF2C;
}
</style>
border-color css
<style>
span { border-color: #4CEF2C; }
span { border-color: rgb(76,239,44); }
td.TdClassName
{
border-color: #4CEF2C;
}
.TagClassName
{
border-color: #4CEF2C;
}
</style>