Shades of Lime Green #4DF02C
Tints of Lime Green #4DF02C
RGB
CMYK
RGB Variations
Color information
#4DF02C (or 0x4DF02C) is known color: Lime Green. HEX triplet: 4D, F0 and 2C. RGB value is (77,240,44). Sum of RGB (Red+Green+Blue) = 77+240+44=361 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.33% from 361); Green value is 240 (94.14% from 255 or 66.48% from 361); Blue value is 44 (17.58% from 255 or 12.19% from 361); Max value from RGB is 240 - color contains mainly: green. Hex color #4DF02C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DF02C is #B20FD3. Grayscale: #A9A9A9. Windows color (decimal): -11669460 or 2945101. OLE color: 2945101.
HSL color Cylindrical-coordinate representation of color #4DF02C: hue angle of 109.9º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4DF02C is Cyan = 0.68, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 77 | 240 | 44 | - |
| CMYK | 0.68 | 0 | 0.82 | 0.06 |
| HSL | 109.9º | 0.87% | 0.56% | - |
| HSV(B) | 109.9º | 0.82% | 0.94% | - |
| XYZ | 34.68 | 64.08 | 12.92 | - |
| YUV | 168.92 | 57.5 | 62.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 240 | 44 | 0.68 | 0 | 0.82 | 0.06 | 109.9 | 0.87 | 0.56 |
| Hex | 4D | F0 | 2C | 44 | 0 | 52 | 6 | 6E | 57 | 38 |
| Octal | 115 | 360 | 54 | 104 | 0 | 122 | 6 | 156 | 127 | 70 |
| Binary | 1001101 | 11110000 | 101100 | 1000100 | 0 | 1010010 | 110 | 1101110 | 1010111 | 111000 |
Color Harmonies of #4DF02C
Complementary color
Monochromatic Colors of #4DF02C
Black with #4DF02C
Text Example
Text Example
White with #4DF02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF02C; }
p { color: rgb(77,240,44); }
H1.HeaderClassName
{
color: #4DF02C;
}
.AnyTagClassName
{
color: #4DF02C;
}
</style>
background-color css
<style>
a { background-color: #4DF02C; }
a { background-color: rgb(77,240,44); }
div.DivClassName
{
background-color: #4DF02C;
}
.BgClassName
{
background-color: #4DF02C;
}
</style>
border-color css
<style>
span { border-color: #4DF02C; }
span { border-color: rgb(77,240,44); }
td.TdClassName
{
border-color: #4DF02C;
}
.TagClassName
{
border-color: #4DF02C;
}
</style>