Shades of Lime Green #4CBF40
Tints of Lime Green #4CBF40
RGB
CMYK
RGB Variations
Color information
#4CBF40 (or 0x4CBF40) is known color: Lime Green. HEX triplet: 4C, BF and 40. RGB value is (76,191,64). Sum of RGB (Red+Green+Blue) = 76+191+64=331 (43% of max value = 765). Red value is 76 (30.08% from 255 or 22.96% from 331); Green value is 191 (75% from 255 or 57.70% from 331); Blue value is 64 (25.39% from 255 or 19.34% from 331); Max value from RGB is 191 - color contains mainly: green. Hex color #4CBF40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CBF40 is #B340BF. Grayscale: #8E8E8E. Windows color (decimal): -11747520 or 4243276. OLE color: 4243276.
HSL color Cylindrical-coordinate representation of color #4CBF40: hue angle of 114.33º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4CBF40 is Cyan = 0.60, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 76 | 191 | 64 | - |
| CMYK | 0.60 | 0 | 0.66 | 0.25 |
| HSL | 114.33º | 0.5% | 0.5% | - |
| HSV(B) | 114.33º | 0.66% | 0.75% | - |
| XYZ | 22.54 | 39.17 | 11.22 | - |
| YUV | 142.14 | 83.9 | 80.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 191 | 64 | 0.60 | 0 | 0.66 | 0.25 | 114.33 | 0.5 | 0.5 |
| Hex | 4C | BF | 40 | 3C | 0 | 42 | 19 | 72 | 32 | 32 |
| Octal | 114 | 277 | 100 | 74 | 0 | 102 | 31 | 162 | 62 | 62 |
| Binary | 1001100 | 10111111 | 1000000 | 111100 | 0 | 1000010 | 11001 | 1110010 | 110010 | 110010 |
Color Harmonies of #4CBF40
Complementary color
Monochromatic Colors of #4CBF40
Black with #4CBF40
Text Example
Text Example
White with #4CBF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBF40; }
p { color: rgb(76,191,64); }
H1.HeaderClassName
{
color: #4CBF40;
}
.AnyTagClassName
{
color: #4CBF40;
}
</style>
background-color css
<style>
a { background-color: #4CBF40; }
a { background-color: rgb(76,191,64); }
div.DivClassName
{
background-color: #4CBF40;
}
.BgClassName
{
background-color: #4CBF40;
}
</style>
border-color css
<style>
span { border-color: #4CBF40; }
span { border-color: rgb(76,191,64); }
td.TdClassName
{
border-color: #4CBF40;
}
.TagClassName
{
border-color: #4CBF40;
}
</style>