Shades of Lime Green #4DE225
Tints of Lime Green #4DE225
RGB
CMYK
RGB Variations
Color information
#4DE225 (or 0x4DE225) is known color: Lime Green. HEX triplet: 4D, E2 and 25. RGB value is (77,226,37). Sum of RGB (Red+Green+Blue) = 77+226+37=340 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.65% from 340); Green value is 226 (88.67% from 255 or 66.47% from 340); Blue value is 37 (14.84% from 255 or 10.88% from 340); Max value from RGB is 226 - color contains mainly: green. Hex color #4DE225 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DE225 is #B21DDA. Grayscale: #A0A0A0. Windows color (decimal): -11673051 or 2482765. OLE color: 2482765.
HSL color Cylindrical-coordinate representation of color #4DE225: hue angle of 107.3º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4DE225 is Cyan = 0.66, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 77 | 226 | 37 | - |
| CMYK | 0.66 | 0 | 0.84 | 0.11 |
| HSL | 107.3º | 0.77% | 0.52% | - |
| HSV(B) | 107.3º | 0.84% | 0.89% | - |
| XYZ | 30.59 | 56.1 | 10.97 | - |
| YUV | 159.9 | 58.64 | 68.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 226 | 37 | 0.66 | 0 | 0.84 | 0.11 | 107.3 | 0.77 | 0.52 |
| Hex | 4D | E2 | 25 | 42 | 0 | 54 | B | 6B | 4D | 34 |
| Octal | 115 | 342 | 45 | 102 | 0 | 124 | 13 | 153 | 115 | 64 |
| Binary | 1001101 | 11100010 | 100101 | 1000010 | 0 | 1010100 | 1011 | 1101011 | 1001101 | 110100 |
Color Harmonies of #4DE225
Complementary color
Monochromatic Colors of #4DE225
Black with #4DE225
Text Example
Text Example
White with #4DE225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DE225; }
p { color: rgb(77,226,37); }
H1.HeaderClassName
{
color: #4DE225;
}
.AnyTagClassName
{
color: #4DE225;
}
</style>
background-color css
<style>
a { background-color: #4DE225; }
a { background-color: rgb(77,226,37); }
div.DivClassName
{
background-color: #4DE225;
}
.BgClassName
{
background-color: #4DE225;
}
</style>
border-color css
<style>
span { border-color: #4DE225; }
span { border-color: rgb(77,226,37); }
td.TdClassName
{
border-color: #4DE225;
}
.TagClassName
{
border-color: #4DE225;
}
</style>