Shades of Lime Green #4DEE33
Tints of Lime Green #4DEE33
RGB
CMYK
RGB Variations
Color information
#4DEE33 (or 0x4DEE33) is known color: Lime Green. HEX triplet: 4D, EE and 33. RGB value is (77,238,51). Sum of RGB (Red+Green+Blue) = 77+238+51=366 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.04% from 366); Green value is 238 (93.36% from 255 or 65.03% from 366); Blue value is 51 (20.31% from 255 or 13.93% from 366); Max value from RGB is 238 - color contains mainly: green. Hex color #4DEE33 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DEE33 is #B211CC. Grayscale: #A9A9A9. Windows color (decimal): -11669965 or 3403341. OLE color: 3403341.
HSL color Cylindrical-coordinate representation of color #4DEE33: hue angle of 111.66º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4DEE33 is Cyan = 0.68, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 238 | 51 | - |
| CMYK | 0.68 | 0 | 0.79 | 0.07 |
| HSL | 111.66º | 0.85% | 0.57% | - |
| HSV(B) | 111.66º | 0.79% | 0.93% | - |
| XYZ | 34.23 | 62.97 | 13.48 | - |
| YUV | 168.54 | 61.66 | 62.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 238 | 51 | 0.68 | 0 | 0.79 | 0.07 | 111.66 | 0.85 | 0.57 |
| Hex | 4D | EE | 33 | 44 | 0 | 4F | 7 | 70 | 55 | 39 |
| Octal | 115 | 356 | 63 | 104 | 0 | 117 | 7 | 160 | 125 | 71 |
| Binary | 1001101 | 11101110 | 110011 | 1000100 | 0 | 1001111 | 111 | 1110000 | 1010101 | 111001 |
Color Harmonies of #4DEE33
Complementary color
Monochromatic Colors of #4DEE33
Black with #4DEE33
Text Example
Text Example
White with #4DEE33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DEE33; }
p { color: rgb(77,238,51); }
H1.HeaderClassName
{
color: #4DEE33;
}
.AnyTagClassName
{
color: #4DEE33;
}
</style>
background-color css
<style>
a { background-color: #4DEE33; }
a { background-color: rgb(77,238,51); }
div.DivClassName
{
background-color: #4DEE33;
}
.BgClassName
{
background-color: #4DEE33;
}
</style>
border-color css
<style>
span { border-color: #4DEE33; }
span { border-color: rgb(77,238,51); }
td.TdClassName
{
border-color: #4DEE33;
}
.TagClassName
{
border-color: #4DEE33;
}
</style>