Shades of Lime Green #4DD03B
Tints of Lime Green #4DD03B
RGB
CMYK
RGB Variations
Color information
#4DD03B (or 0x4DD03B) is known color: Lime Green. HEX triplet: 4D, D0 and 3B. RGB value is (77,208,59). Sum of RGB (Red+Green+Blue) = 77+208+59=344 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.38% from 344); Green value is 208 (81.64% from 255 or 60.47% from 344); Blue value is 59 (23.44% from 255 or 17.15% from 344); Max value from RGB is 208 - color contains mainly: green. Hex color #4DD03B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DD03B is #B22FC4. Grayscale: #989898. Windows color (decimal): -11677637 or 3919949. OLE color: 3919949.
HSL color Cylindrical-coordinate representation of color #4DD03B: hue angle of 112.75º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4DD03B is Cyan = 0.63, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 77 | 208 | 59 | - |
| CMYK | 0.63 | 0 | 0.72 | 0.18 |
| HSL | 112.75º | 0.61% | 0.52% | - |
| HSV(B) | 112.75º | 0.72% | 0.82% | - |
| XYZ | 26.41 | 47.01 | 11.82 | - |
| YUV | 151.85 | 75.6 | 74.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 208 | 59 | 0.63 | 0 | 0.72 | 0.18 | 112.75 | 0.61 | 0.52 |
| Hex | 4D | D0 | 3B | 3F | 0 | 48 | 12 | 71 | 3D | 34 |
| Octal | 115 | 320 | 73 | 77 | 0 | 110 | 22 | 161 | 75 | 64 |
| Binary | 1001101 | 11010000 | 111011 | 111111 | 0 | 1001000 | 10010 | 1110001 | 111101 | 110100 |
Color Harmonies of #4DD03B
Complementary color
Monochromatic Colors of #4DD03B
Black with #4DD03B
Text Example
Text Example
White with #4DD03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD03B; }
p { color: rgb(77,208,59); }
H1.HeaderClassName
{
color: #4DD03B;
}
.AnyTagClassName
{
color: #4DD03B;
}
</style>
background-color css
<style>
a { background-color: #4DD03B; }
a { background-color: rgb(77,208,59); }
div.DivClassName
{
background-color: #4DD03B;
}
.BgClassName
{
background-color: #4DD03B;
}
</style>
border-color css
<style>
span { border-color: #4DD03B; }
span { border-color: rgb(77,208,59); }
td.TdClassName
{
border-color: #4DD03B;
}
.TagClassName
{
border-color: #4DD03B;
}
</style>