Shades of Lime Green #4CCF2E
Tints of Lime Green #4CCF2E
RGB
CMYK
RGB Variations
Color information
#4CCF2E (or 0x4CCF2E) is known color: Lime Green. HEX triplet: 4C, CF and 2E. RGB value is (76,207,46). Sum of RGB (Red+Green+Blue) = 76+207+46=329 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.10% from 329); Green value is 207 (81.25% from 255 or 62.92% from 329); Blue value is 46 (18.36% from 255 or 13.98% from 329); Max value from RGB is 207 - color contains mainly: green. Hex color #4CCF2E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CCF2E is #B330D1. Grayscale: #959595. Windows color (decimal): -11743442 or 3067724. OLE color: 3067724.
HSL color Cylindrical-coordinate representation of color #4CCF2E: hue angle of 108.82º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4CCF2E is Cyan = 0.63, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 76 | 207 | 46 | - |
| CMYK | 0.63 | 0 | 0.78 | 0.19 |
| HSL | 108.82º | 0.64% | 0.5% | - |
| HSV(B) | 108.82º | 0.78% | 0.81% | - |
| XYZ | 25.79 | 46.36 | 10.17 | - |
| YUV | 149.48 | 69.6 | 75.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 207 | 46 | 0.63 | 0 | 0.78 | 0.19 | 108.82 | 0.64 | 0.5 |
| Hex | 4C | CF | 2E | 3F | 0 | 4E | 13 | 6D | 40 | 32 |
| Octal | 114 | 317 | 56 | 77 | 0 | 116 | 23 | 155 | 100 | 62 |
| Binary | 1001100 | 11001111 | 101110 | 111111 | 0 | 1001110 | 10011 | 1101101 | 1000000 | 110010 |
Color Harmonies of #4CCF2E
Complementary color
Monochromatic Colors of #4CCF2E
Black with #4CCF2E
Text Example
Text Example
White with #4CCF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCF2E; }
p { color: rgb(76,207,46); }
H1.HeaderClassName
{
color: #4CCF2E;
}
.AnyTagClassName
{
color: #4CCF2E;
}
</style>
background-color css
<style>
a { background-color: #4CCF2E; }
a { background-color: rgb(76,207,46); }
div.DivClassName
{
background-color: #4CCF2E;
}
.BgClassName
{
background-color: #4CCF2E;
}
</style>
border-color css
<style>
span { border-color: #4CCF2E; }
span { border-color: rgb(76,207,46); }
td.TdClassName
{
border-color: #4CCF2E;
}
.TagClassName
{
border-color: #4CCF2E;
}
</style>