Shades of Lime Green #4DD02E
Tints of Lime Green #4DD02E
RGB
CMYK
RGB Variations
Color information
#4DD02E (or 0x4DD02E) is known color: Lime Green. HEX triplet: 4D, D0 and 2E. RGB value is (77,208,46). Sum of RGB (Red+Green+Blue) = 77+208+46=331 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.26% from 331); Green value is 208 (81.64% from 255 or 62.84% from 331); Blue value is 46 (18.36% from 255 or 13.90% from 331); Max value from RGB is 208 - color contains mainly: green. Hex color #4DD02E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DD02E is #B22FD1. Grayscale: #969696. Windows color (decimal): -11677650 or 3067981. OLE color: 3067981.
HSL color Cylindrical-coordinate representation of color #4DD02E: hue angle of 108.52º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4DD02E is Cyan = 0.63, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 77 | 208 | 46 | - |
| CMYK | 0.63 | 0 | 0.78 | 0.18 |
| HSL | 108.52º | 0.64% | 0.5% | - |
| HSV(B) | 108.52º | 0.78% | 0.82% | - |
| XYZ | 26.11 | 46.89 | 10.26 | - |
| YUV | 150.36 | 69.1 | 75.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 208 | 46 | 0.63 | 0 | 0.78 | 0.18 | 108.52 | 0.64 | 0.5 |
| Hex | 4D | D0 | 2E | 3F | 0 | 4E | 12 | 6D | 40 | 32 |
| Octal | 115 | 320 | 56 | 77 | 0 | 116 | 22 | 155 | 100 | 62 |
| Binary | 1001101 | 11010000 | 101110 | 111111 | 0 | 1001110 | 10010 | 1101101 | 1000000 | 110010 |
Color Harmonies of #4DD02E
Complementary color
Monochromatic Colors of #4DD02E
Black with #4DD02E
Text Example
Text Example
White with #4DD02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD02E; }
p { color: rgb(77,208,46); }
H1.HeaderClassName
{
color: #4DD02E;
}
.AnyTagClassName
{
color: #4DD02E;
}
</style>
background-color css
<style>
a { background-color: #4DD02E; }
a { background-color: rgb(77,208,46); }
div.DivClassName
{
background-color: #4DD02E;
}
.BgClassName
{
background-color: #4DD02E;
}
</style>
border-color css
<style>
span { border-color: #4DD02E; }
span { border-color: rgb(77,208,46); }
td.TdClassName
{
border-color: #4DD02E;
}
.TagClassName
{
border-color: #4DD02E;
}
</style>