Shades of Lime Green #4ABF40
Tints of Lime Green #4ABF40
RGB
CMYK
RGB Variations
Color information
#4ABF40 (or 0x4ABF40) is known color: Lime Green. HEX triplet: 4A, BF and 40. RGB value is (74,191,64). Sum of RGB (Red+Green+Blue) = 74+191+64=329 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.49% from 329); Green value is 191 (75% from 255 or 58.05% from 329); Blue value is 64 (25.39% from 255 or 19.45% from 329); Max value from RGB is 191 - color contains mainly: green. Hex color #4ABF40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ABF40 is #B540BF. Grayscale: #8D8D8D. Windows color (decimal): -11878592 or 4243274. OLE color: 4243274.
HSL color Cylindrical-coordinate representation of color #4ABF40: hue angle of 115.28º 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 #4ABF40 is Cyan = 0.61, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 74 | 191 | 64 | - |
| CMYK | 0.61 | 0 | 0.66 | 0.25 |
| HSL | 115.28º | 0.5% | 0.5% | - |
| HSV(B) | 115.28º | 0.66% | 0.75% | - |
| XYZ | 22.38 | 39.09 | 11.22 | - |
| YUV | 141.54 | 84.24 | 79.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 191 | 64 | 0.61 | 0 | 0.66 | 0.25 | 115.28 | 0.5 | 0.5 |
| Hex | 4A | BF | 40 | 3D | 0 | 42 | 19 | 73 | 32 | 32 |
| Octal | 112 | 277 | 100 | 75 | 0 | 102 | 31 | 163 | 62 | 62 |
| Binary | 1001010 | 10111111 | 1000000 | 111101 | 0 | 1000010 | 11001 | 1110011 | 110010 | 110010 |
Color Harmonies of #4ABF40
Complementary color
Monochromatic Colors of #4ABF40
Black with #4ABF40
Text Example
Text Example
White with #4ABF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABF40; }
p { color: rgb(74,191,64); }
H1.HeaderClassName
{
color: #4ABF40;
}
.AnyTagClassName
{
color: #4ABF40;
}
</style>
background-color css
<style>
a { background-color: #4ABF40; }
a { background-color: rgb(74,191,64); }
div.DivClassName
{
background-color: #4ABF40;
}
.BgClassName
{
background-color: #4ABF40;
}
</style>
border-color css
<style>
span { border-color: #4ABF40; }
span { border-color: rgb(74,191,64); }
td.TdClassName
{
border-color: #4ABF40;
}
.TagClassName
{
border-color: #4ABF40;
}
</style>