Shades of Lime Green #4DC94B
Tints of Lime Green #4DC94B
RGB
CMYK
RGB Variations
Color information
#4DC94B (or 0x4DC94B) is known color: Lime Green. HEX triplet: 4D, C9 and 4B. RGB value is (77,201,75). Sum of RGB (Red+Green+Blue) = 77+201+75=353 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.81% from 353); Green value is 201 (78.91% from 255 or 56.94% from 353); Blue value is 75 (29.69% from 255 or 21.25% from 353); Max value from RGB is 201 - color contains mainly: green. Hex color #4DC94B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DC94B is #B236B4. Grayscale: #959595. Windows color (decimal): -11679413 or 4966733. OLE color: 4966733.
HSL color Cylindrical-coordinate representation of color #4DC94B: hue angle of 119.05º 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 #4DC94B is Cyan = 0.62, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 77 | 201 | 75 | - |
| CMYK | 0.62 | 0 | 0.63 | 0.21 |
| HSL | 119.05º | 0.54% | 0.54% | - |
| HSV(B) | 119.05º | 0.63% | 0.79% | - |
| XYZ | 25.22 | 43.86 | 13.79 | - |
| YUV | 149.56 | 85.92 | 76.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 201 | 75 | 0.62 | 0 | 0.63 | 0.21 | 119.05 | 0.54 | 0.54 |
| Hex | 4D | C9 | 4B | 3E | 0 | 3F | 15 | 77 | 36 | 36 |
| Octal | 115 | 311 | 113 | 76 | 0 | 77 | 25 | 167 | 66 | 66 |
| Binary | 1001101 | 11001001 | 1001011 | 111110 | 0 | 111111 | 10101 | 1110111 | 110110 | 110110 |
Color Harmonies of #4DC94B
Complementary color
Monochromatic Colors of #4DC94B
Black with #4DC94B
Text Example
Text Example
White with #4DC94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC94B; }
p { color: rgb(77,201,75); }
H1.HeaderClassName
{
color: #4DC94B;
}
.AnyTagClassName
{
color: #4DC94B;
}
</style>
background-color css
<style>
a { background-color: #4DC94B; }
a { background-color: rgb(77,201,75); }
div.DivClassName
{
background-color: #4DC94B;
}
.BgClassName
{
background-color: #4DC94B;
}
</style>
border-color css
<style>
span { border-color: #4DC94B; }
span { border-color: rgb(77,201,75); }
td.TdClassName
{
border-color: #4DC94B;
}
.TagClassName
{
border-color: #4DC94B;
}
</style>