Shades of Lime Green #4DD64A
Tints of Lime Green #4DD64A
RGB
CMYK
RGB Variations
Color information
#4DD64A (or 0x4DD64A) is known color: Lime Green. HEX triplet: 4D, D6 and 4A. RGB value is (77,214,74). Sum of RGB (Red+Green+Blue) = 77+214+74=365 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.10% from 365); Green value is 214 (83.98% from 255 or 58.63% from 365); Blue value is 74 (29.30% from 255 or 20.27% from 365); Max value from RGB is 214 - color contains mainly: green. Hex color #4DD64A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DD64A is #B229B5. Grayscale: #9D9D9D. Windows color (decimal): -11676086 or 4904525. OLE color: 4904525.
HSL color Cylindrical-coordinate representation of color #4DD64A: hue angle of 118.71º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DD64A is Cyan = 0.64, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 77 | 214 | 74 | - |
| CMYK | 0.64 | 0 | 0.65 | 0.16 |
| HSL | 118.71º | 0.63% | 0.56% | - |
| HSV(B) | 118.71º | 0.65% | 0.84% | - |
| XYZ | 28.34 | 50.17 | 14.67 | - |
| YUV | 157.08 | 81.11 | 70.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 214 | 74 | 0.64 | 0 | 0.65 | 0.16 | 118.71 | 0.63 | 0.56 |
| Hex | 4D | D6 | 4A | 40 | 0 | 41 | 10 | 77 | 3F | 38 |
| Octal | 115 | 326 | 112 | 100 | 0 | 101 | 20 | 167 | 77 | 70 |
| Binary | 1001101 | 11010110 | 1001010 | 1000000 | 0 | 1000001 | 10000 | 1110111 | 111111 | 111000 |
Color Harmonies of #4DD64A
Complementary color
Monochromatic Colors of #4DD64A
Black with #4DD64A
Text Example
Text Example
White with #4DD64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD64A; }
p { color: rgb(77,214,74); }
H1.HeaderClassName
{
color: #4DD64A;
}
.AnyTagClassName
{
color: #4DD64A;
}
</style>
background-color css
<style>
a { background-color: #4DD64A; }
a { background-color: rgb(77,214,74); }
div.DivClassName
{
background-color: #4DD64A;
}
.BgClassName
{
background-color: #4DD64A;
}
</style>
border-color css
<style>
span { border-color: #4DD64A; }
span { border-color: rgb(77,214,74); }
td.TdClassName
{
border-color: #4DD64A;
}
.TagClassName
{
border-color: #4DD64A;
}
</style>