Shades of Lime Green #4BDC3B
Tints of Lime Green #4BDC3B
RGB
CMYK
RGB Variations
Color information
#4BDC3B (or 0x4BDC3B) is known color: Lime Green. HEX triplet: 4B, DC and 3B. RGB value is (75,220,59). Sum of RGB (Red+Green+Blue) = 75+220+59=354 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.19% from 354); Green value is 220 (86.33% from 255 or 62.15% from 354); Blue value is 59 (23.44% from 255 or 16.67% from 354); Max value from RGB is 220 - color contains mainly: green. Hex color #4BDC3B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BDC3B is #B423C4. Grayscale: #9E9E9E. Windows color (decimal): -11805637 or 3923019. OLE color: 3923019.
HSL color Cylindrical-coordinate representation of color #4BDC3B: hue angle of 114.04º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4BDC3B is Cyan = 0.66, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 220 | 59 | - |
| CMYK | 0.66 | 0 | 0.73 | 0.14 |
| HSL | 114.04º | 0.7% | 0.55% | - |
| HSV(B) | 114.04º | 0.73% | 0.86% | - |
| XYZ | 29.28 | 53 | 12.82 | - |
| YUV | 158.29 | 71.96 | 68.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 220 | 59 | 0.66 | 0 | 0.73 | 0.14 | 114.04 | 0.7 | 0.55 |
| Hex | 4B | DC | 3B | 42 | 0 | 49 | E | 72 | 46 | 37 |
| Octal | 113 | 334 | 73 | 102 | 0 | 111 | 16 | 162 | 106 | 67 |
| Binary | 1001011 | 11011100 | 111011 | 1000010 | 0 | 1001001 | 1110 | 1110010 | 1000110 | 110111 |
Color Harmonies of #4BDC3B
Complementary color
Monochromatic Colors of #4BDC3B
Black with #4BDC3B
Text Example
Text Example
White with #4BDC3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDC3B; }
p { color: rgb(75,220,59); }
H1.HeaderClassName
{
color: #4BDC3B;
}
.AnyTagClassName
{
color: #4BDC3B;
}
</style>
background-color css
<style>
a { background-color: #4BDC3B; }
a { background-color: rgb(75,220,59); }
div.DivClassName
{
background-color: #4BDC3B;
}
.BgClassName
{
background-color: #4BDC3B;
}
</style>
border-color css
<style>
span { border-color: #4BDC3B; }
span { border-color: rgb(75,220,59); }
td.TdClassName
{
border-color: #4BDC3B;
}
.TagClassName
{
border-color: #4BDC3B;
}
</style>