Shades of Lime Green #4CC94B
Tints of Lime Green #4CC94B
RGB
CMYK
RGB Variations
Color information
#4CC94B (or 0x4CC94B) is known color: Lime Green. HEX triplet: 4C, C9 and 4B. RGB value is (76,201,75). Sum of RGB (Red+Green+Blue) = 76+201+75=352 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.59% from 352); Green value is 201 (78.91% from 255 or 57.10% from 352); Blue value is 75 (29.69% from 255 or 21.31% from 352); Max value from RGB is 201 - color contains mainly: green. Hex color #4CC94B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CC94B is #B336B4. Grayscale: #959595. Windows color (decimal): -11744949 or 4966732. OLE color: 4966732.
HSL color Cylindrical-coordinate representation of color #4CC94B: hue angle of 119.52º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CC94B is Cyan = 0.62, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 76 | 201 | 75 | - |
| CMYK | 0.62 | 0 | 0.63 | 0.21 |
| HSL | 119.52º | 0.54% | 0.54% | - |
| HSV(B) | 119.52º | 0.63% | 0.79% | - |
| XYZ | 25.14 | 43.82 | 13.79 | - |
| YUV | 149.26 | 86.09 | 75.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 201 | 75 | 0.62 | 0 | 0.63 | 0.21 | 119.52 | 0.54 | 0.54 |
| Hex | 4C | C9 | 4B | 3E | 0 | 3F | 15 | 78 | 36 | 36 |
| Octal | 114 | 311 | 113 | 76 | 0 | 77 | 25 | 170 | 66 | 66 |
| Binary | 1001100 | 11001001 | 1001011 | 111110 | 0 | 111111 | 10101 | 1111000 | 110110 | 110110 |
Color Harmonies of #4CC94B
Complementary color
Monochromatic Colors of #4CC94B
Black with #4CC94B
Text Example
Text Example
White with #4CC94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC94B; }
p { color: rgb(76,201,75); }
H1.HeaderClassName
{
color: #4CC94B;
}
.AnyTagClassName
{
color: #4CC94B;
}
</style>
background-color css
<style>
a { background-color: #4CC94B; }
a { background-color: rgb(76,201,75); }
div.DivClassName
{
background-color: #4CC94B;
}
.BgClassName
{
background-color: #4CC94B;
}
</style>
border-color css
<style>
span { border-color: #4CC94B; }
span { border-color: rgb(76,201,75); }
td.TdClassName
{
border-color: #4CC94B;
}
.TagClassName
{
border-color: #4CC94B;
}
</style>