Shades of Lime Green #4BD04D
Tints of Lime Green #4BD04D
RGB
CMYK
RGB Variations
Color information
#4BD04D (or 0x4BD04D) is known color: Lime Green. HEX triplet: 4B, D0 and 4D. RGB value is (75,208,77). Sum of RGB (Red+Green+Blue) = 75+208+77=360 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.83% from 360); Green value is 208 (81.64% from 255 or 57.78% from 360); Blue value is 77 (30.47% from 255 or 21.39% from 360); Max value from RGB is 208 - color contains mainly: green. Hex color #4BD04D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BD04D is #B42FB2. Grayscale: #999999. Windows color (decimal): -11808691 or 5099595. OLE color: 5099595.
HSL color Cylindrical-coordinate representation of color #4BD04D: hue angle of 120.9º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4BD04D is Cyan = 0.64, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 75 | 208 | 77 | - |
| CMYK | 0.64 | 0 | 0.63 | 0.18 |
| HSL | 120.9º | 0.59% | 0.55% | - |
| HSV(B) | 120.9º | 0.64% | 0.82% | - |
| XYZ | 26.8 | 47.14 | 14.71 | - |
| YUV | 153.3 | 84.94 | 72.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 208 | 77 | 0.64 | 0 | 0.63 | 0.18 | 120.9 | 0.59 | 0.55 |
| Hex | 4B | D0 | 4D | 40 | 0 | 3F | 12 | 79 | 3B | 37 |
| Octal | 113 | 320 | 115 | 100 | 0 | 77 | 22 | 171 | 73 | 67 |
| Binary | 1001011 | 11010000 | 1001101 | 1000000 | 0 | 111111 | 10010 | 1111001 | 111011 | 110111 |
Color Harmonies of #4BD04D
Complementary color
Monochromatic Colors of #4BD04D
Black with #4BD04D
Text Example
Text Example
White with #4BD04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BD04D; }
p { color: rgb(75,208,77); }
H1.HeaderClassName
{
color: #4BD04D;
}
.AnyTagClassName
{
color: #4BD04D;
}
</style>
background-color css
<style>
a { background-color: #4BD04D; }
a { background-color: rgb(75,208,77); }
div.DivClassName
{
background-color: #4BD04D;
}
.BgClassName
{
background-color: #4BD04D;
}
</style>
border-color css
<style>
span { border-color: #4BD04D; }
span { border-color: rgb(75,208,77); }
td.TdClassName
{
border-color: #4BD04D;
}
.TagClassName
{
border-color: #4BD04D;
}
</style>