Shades of Lime Green #4DE44B
Tints of Lime Green #4DE44B
RGB
CMYK
RGB Variations
Color information
#4DE44B (or 0x4DE44B) is known color: Lime Green. HEX triplet: 4D, E4 and 4B. RGB value is (77,228,75). Sum of RGB (Red+Green+Blue) = 77+228+75=380 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.26% from 380); Green value is 228 (89.45% from 255 or 60% from 380); Blue value is 75 (29.69% from 255 or 19.74% from 380); Max value from RGB is 228 - color contains mainly: green. Hex color #4DE44B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DE44B is #B21BB4. Grayscale: #A5A5A5. Windows color (decimal): -11672501 or 4973645. OLE color: 4973645.
HSL color Cylindrical-coordinate representation of color #4DE44B: hue angle of 119.22º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4DE44B is Cyan = 0.66, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 77 | 228 | 75 | - |
| CMYK | 0.66 | 0 | 0.67 | 0.11 |
| HSL | 119.22º | 0.74% | 0.59% | - |
| HSV(B) | 119.22º | 0.67% | 0.89% | - |
| XYZ | 32.07 | 57.57 | 16.08 | - |
| YUV | 165.41 | 76.97 | 64.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 228 | 75 | 0.66 | 0 | 0.67 | 0.11 | 119.22 | 0.74 | 0.59 |
| Hex | 4D | E4 | 4B | 42 | 0 | 43 | B | 77 | 4A | 3B |
| Octal | 115 | 344 | 113 | 102 | 0 | 103 | 13 | 167 | 112 | 73 |
| Binary | 1001101 | 11100100 | 1001011 | 1000010 | 0 | 1000011 | 1011 | 1110111 | 1001010 | 111011 |
Color Harmonies of #4DE44B
Complementary color
Monochromatic Colors of #4DE44B
Black with #4DE44B
Text Example
Text Example
White with #4DE44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DE44B; }
p { color: rgb(77,228,75); }
H1.HeaderClassName
{
color: #4DE44B;
}
.AnyTagClassName
{
color: #4DE44B;
}
</style>
background-color css
<style>
a { background-color: #4DE44B; }
a { background-color: rgb(77,228,75); }
div.DivClassName
{
background-color: #4DE44B;
}
.BgClassName
{
background-color: #4DE44B;
}
</style>
border-color css
<style>
span { border-color: #4DE44B; }
span { border-color: rgb(77,228,75); }
td.TdClassName
{
border-color: #4DE44B;
}
.TagClassName
{
border-color: #4DE44B;
}
</style>