Shades of Lime Green #4FEC2C
Tints of Lime Green #4FEC2C
RGB
CMYK
RGB Variations
Color information
#4FEC2C (or 0x4FEC2C) is known color: Lime Green. HEX triplet: 4F, EC and 2C. RGB value is (79,236,44). Sum of RGB (Red+Green+Blue) = 79+236+44=359 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.01% from 359); Green value is 236 (92.58% from 255 or 65.74% from 359); Blue value is 44 (17.58% from 255 or 12.26% from 359); Max value from RGB is 236 - color contains mainly: green. Hex color #4FEC2C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4FEC2C is #B013D3. Grayscale: #A7A7A7. Windows color (decimal): -11539412 or 2944079. OLE color: 2944079.
HSL color Cylindrical-coordinate representation of color #4FEC2C: hue angle of 109.06º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4FEC2C is Cyan = 0.67, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 236 | 44 | - |
| CMYK | 0.67 | 0 | 0.81 | 0.07 |
| HSL | 109.06º | 0.83% | 0.55% | - |
| HSV(B) | 109.06º | 0.81% | 0.93% | - |
| XYZ | 33.67 | 61.84 | 12.54 | - |
| YUV | 167.17 | 58.49 | 65.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 236 | 44 | 0.67 | 0 | 0.81 | 0.07 | 109.06 | 0.83 | 0.55 |
| Hex | 4F | EC | 2C | 43 | 0 | 51 | 7 | 6D | 53 | 37 |
| Octal | 117 | 354 | 54 | 103 | 0 | 121 | 7 | 155 | 123 | 67 |
| Binary | 1001111 | 11101100 | 101100 | 1000011 | 0 | 1010001 | 111 | 1101101 | 1010011 | 110111 |
Color Harmonies of #4FEC2C
Complementary color
Monochromatic Colors of #4FEC2C
Black with #4FEC2C
Text Example
Text Example
White with #4FEC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEC2C; }
p { color: rgb(79,236,44); }
H1.HeaderClassName
{
color: #4FEC2C;
}
.AnyTagClassName
{
color: #4FEC2C;
}
</style>
background-color css
<style>
a { background-color: #4FEC2C; }
a { background-color: rgb(79,236,44); }
div.DivClassName
{
background-color: #4FEC2C;
}
.BgClassName
{
background-color: #4FEC2C;
}
</style>
border-color css
<style>
span { border-color: #4FEC2C; }
span { border-color: rgb(79,236,44); }
td.TdClassName
{
border-color: #4FEC2C;
}
.TagClassName
{
border-color: #4FEC2C;
}
</style>