Shades of Lime Green #4DD253
Tints of Lime Green #4DD253
RGB
CMYK
RGB Variations
Color information
#4DD253 (or 0x4DD253) is known color: Lime Green. HEX triplet: 4D, D2 and 53. RGB value is (77,210,83). Sum of RGB (Red+Green+Blue) = 77+210+83=370 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.81% from 370); Green value is 210 (82.42% from 255 or 56.76% from 370); Blue value is 83 (32.81% from 255 or 22.43% from 370); Max value from RGB is 210 - color contains mainly: green. Hex color #4DD253 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DD253 is #B22DAC. Grayscale: #9C9C9C. Windows color (decimal): -11677101 or 5493325. OLE color: 5493325.
HSL color Cylindrical-coordinate representation of color #4DD253: hue angle of 122.71º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4DD253 is Cyan = 0.63, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 77 | 210 | 83 | - |
| CMYK | 0.63 | 0 | 0.60 | 0.18 |
| HSL | 122.71º | 0.6% | 0.56% | - |
| HSV(B) | 122.71º | 0.63% | 0.82% | - |
| XYZ | 27.67 | 48.3 | 16.05 | - |
| YUV | 155.76 | 86.94 | 71.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 210 | 83 | 0.63 | 0 | 0.60 | 0.18 | 122.71 | 0.6 | 0.56 |
| Hex | 4D | D2 | 53 | 3F | 0 | 3C | 12 | 7B | 3C | 38 |
| Octal | 115 | 322 | 123 | 77 | 0 | 74 | 22 | 173 | 74 | 70 |
| Binary | 1001101 | 11010010 | 1010011 | 111111 | 0 | 111100 | 10010 | 1111011 | 111100 | 111000 |
Color Harmonies of #4DD253
Complementary color
Monochromatic Colors of #4DD253
Black with #4DD253
Text Example
Text Example
White with #4DD253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD253; }
p { color: rgb(77,210,83); }
H1.HeaderClassName
{
color: #4DD253;
}
.AnyTagClassName
{
color: #4DD253;
}
</style>
background-color css
<style>
a { background-color: #4DD253; }
a { background-color: rgb(77,210,83); }
div.DivClassName
{
background-color: #4DD253;
}
.BgClassName
{
background-color: #4DD253;
}
</style>
border-color css
<style>
span { border-color: #4DD253; }
span { border-color: rgb(77,210,83); }
td.TdClassName
{
border-color: #4DD253;
}
.TagClassName
{
border-color: #4DD253;
}
</style>