Shades of Lime Green #4BD73A
Tints of Lime Green #4BD73A
RGB
CMYK
RGB Variations
Color information
#4BD73A (or 0x4BD73A) is known color: Lime Green. HEX triplet: 4B, D7 and 3A. RGB value is (75,215,58). Sum of RGB (Red+Green+Blue) = 75+215+58=348 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.55% from 348); Green value is 215 (84.38% from 255 or 61.78% from 348); Blue value is 58 (23.05% from 255 or 16.67% from 348); Max value from RGB is 215 - color contains mainly: green. Hex color #4BD73A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BD73A is #B428C5. Grayscale: #9B9B9B. Windows color (decimal): -11806918 or 3856203. OLE color: 3856203.
HSL color Cylindrical-coordinate representation of color #4BD73A: hue angle of 113.5º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4BD73A is Cyan = 0.65, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 75 | 215 | 58 | - |
| CMYK | 0.65 | 0 | 0.73 | 0.16 |
| HSL | 113.5º | 0.66% | 0.54% | - |
| HSV(B) | 113.5º | 0.73% | 0.84% | - |
| XYZ | 27.97 | 50.4 | 12.26 | - |
| YUV | 155.24 | 73.12 | 70.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 215 | 58 | 0.65 | 0 | 0.73 | 0.16 | 113.5 | 0.66 | 0.54 |
| Hex | 4B | D7 | 3A | 41 | 0 | 49 | 10 | 72 | 42 | 36 |
| Octal | 113 | 327 | 72 | 101 | 0 | 111 | 20 | 162 | 102 | 66 |
| Binary | 1001011 | 11010111 | 111010 | 1000001 | 0 | 1001001 | 10000 | 1110010 | 1000010 | 110110 |
Color Harmonies of #4BD73A
Complementary color
Monochromatic Colors of #4BD73A
Black with #4BD73A
Text Example
Text Example
White with #4BD73A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BD73A; }
p { color: rgb(75,215,58); }
H1.HeaderClassName
{
color: #4BD73A;
}
.AnyTagClassName
{
color: #4BD73A;
}
</style>
background-color css
<style>
a { background-color: #4BD73A; }
a { background-color: rgb(75,215,58); }
div.DivClassName
{
background-color: #4BD73A;
}
.BgClassName
{
background-color: #4BD73A;
}
</style>
border-color css
<style>
span { border-color: #4BD73A; }
span { border-color: rgb(75,215,58); }
td.TdClassName
{
border-color: #4BD73A;
}
.TagClassName
{
border-color: #4BD73A;
}
</style>