Shades of Lime Green #4DD02D
Tints of Lime Green #4DD02D
RGB
CMYK
RGB Variations
Color information
#4DD02D (or 0x4DD02D) is known color: Lime Green. HEX triplet: 4D, D0 and 2D. RGB value is (77,208,45). Sum of RGB (Red+Green+Blue) = 77+208+45=330 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.33% from 330); Green value is 208 (81.64% from 255 or 63.03% from 330); Blue value is 45 (17.97% from 255 or 13.64% from 330); Max value from RGB is 208 - color contains mainly: green. Hex color #4DD02D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DD02D is #B22FD2. Grayscale: #969696. Windows color (decimal): -11677651 or 3002445. OLE color: 3002445.
HSL color Cylindrical-coordinate representation of color #4DD02D: hue angle of 108.22º 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 #4DD02D is Cyan = 0.63, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 77 | 208 | 45 | - |
| CMYK | 0.63 | 0 | 0.78 | 0.18 |
| HSL | 108.22º | 0.64% | 0.5% | - |
| HSV(B) | 108.22º | 0.78% | 0.82% | - |
| XYZ | 26.09 | 46.88 | 10.16 | - |
| YUV | 150.25 | 68.6 | 75.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 208 | 45 | 0.63 | 0 | 0.78 | 0.18 | 108.22 | 0.64 | 0.5 |
| Hex | 4D | D0 | 2D | 3F | 0 | 4E | 12 | 6C | 40 | 32 |
| Octal | 115 | 320 | 55 | 77 | 0 | 116 | 22 | 154 | 100 | 62 |
| Binary | 1001101 | 11010000 | 101101 | 111111 | 0 | 1001110 | 10010 | 1101100 | 1000000 | 110010 |
Color Harmonies of #4DD02D
Complementary color
Monochromatic Colors of #4DD02D
Black with #4DD02D
Text Example
Text Example
White with #4DD02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD02D; }
p { color: rgb(77,208,45); }
H1.HeaderClassName
{
color: #4DD02D;
}
.AnyTagClassName
{
color: #4DD02D;
}
</style>
background-color css
<style>
a { background-color: #4DD02D; }
a { background-color: rgb(77,208,45); }
div.DivClassName
{
background-color: #4DD02D;
}
.BgClassName
{
background-color: #4DD02D;
}
</style>
border-color css
<style>
span { border-color: #4DD02D; }
span { border-color: rgb(77,208,45); }
td.TdClassName
{
border-color: #4DD02D;
}
.TagClassName
{
border-color: #4DD02D;
}
</style>