Shades of Lime Green #4CDF2F
Tints of Lime Green #4CDF2F
RGB
CMYK
RGB Variations
Color information
#4CDF2F (or 0x4CDF2F) is known color: Lime Green. HEX triplet: 4C, DF and 2F. RGB value is (76,223,47). Sum of RGB (Red+Green+Blue) = 76+223+47=346 (45% of max value = 765). Red value is 76 (30.08% from 255 or 21.97% from 346); Green value is 223 (87.5% from 255 or 64.45% from 346); Blue value is 47 (18.75% from 255 or 13.58% from 346); Max value from RGB is 223 - color contains mainly: green. Hex color #4CDF2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CDF2F is #B320D0. Grayscale: #9F9F9F. Windows color (decimal): -11739345 or 3137356. OLE color: 3137356.
HSL color Cylindrical-coordinate representation of color #4CDF2F: hue angle of 110.11º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4CDF2F is Cyan = 0.66, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 223 | 47 | - |
| CMYK | 0.66 | 0 | 0.79 | 0.13 |
| HSL | 110.11º | 0.73% | 0.53% | - |
| HSV(B) | 110.11º | 0.79% | 0.87% | - |
| XYZ | 29.88 | 54.52 | 11.64 | - |
| YUV | 158.98 | 64.8 | 68.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 223 | 47 | 0.66 | 0 | 0.79 | 0.13 | 110.11 | 0.73 | 0.53 |
| Hex | 4C | DF | 2F | 42 | 0 | 4F | D | 6E | 49 | 35 |
| Octal | 114 | 337 | 57 | 102 | 0 | 117 | 15 | 156 | 111 | 65 |
| Binary | 1001100 | 11011111 | 101111 | 1000010 | 0 | 1001111 | 1101 | 1101110 | 1001001 | 110101 |
Color Harmonies of #4CDF2F
Complementary color
Monochromatic Colors of #4CDF2F
Black with #4CDF2F
Text Example
Text Example
White with #4CDF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDF2F; }
p { color: rgb(76,223,47); }
H1.HeaderClassName
{
color: #4CDF2F;
}
.AnyTagClassName
{
color: #4CDF2F;
}
</style>
background-color css
<style>
a { background-color: #4CDF2F; }
a { background-color: rgb(76,223,47); }
div.DivClassName
{
background-color: #4CDF2F;
}
.BgClassName
{
background-color: #4CDF2F;
}
</style>
border-color css
<style>
span { border-color: #4CDF2F; }
span { border-color: rgb(76,223,47); }
td.TdClassName
{
border-color: #4CDF2F;
}
.TagClassName
{
border-color: #4CDF2F;
}
</style>