Shades of Lime Green #4BC83D
Tints of Lime Green #4BC83D
RGB
CMYK
RGB Variations
Color information
#4BC83D (or 0x4BC83D) is known color: Lime Green. HEX triplet: 4B, C8 and 3D. RGB value is (75,200,61). Sum of RGB (Red+Green+Blue) = 75+200+61=336 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.32% from 336); Green value is 200 (78.52% from 255 or 59.52% from 336); Blue value is 61 (24.22% from 255 or 18.15% from 336); Max value from RGB is 200 - color contains mainly: green. Hex color #4BC83D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BC83D is #B437C2. Grayscale: #939393. Windows color (decimal): -11810755 or 4048971. OLE color: 4048971.
HSL color Cylindrical-coordinate representation of color #4BC83D: hue angle of 113.96º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4BC83D is Cyan = 0.62, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 75 | 200 | 61 | - |
| CMYK | 0.62 | 0 | 0.69 | 0.22 |
| HSL | 113.96º | 0.56% | 0.51% | - |
| HSV(B) | 113.96º | 0.7% | 0.78% | - |
| XYZ | 24.4 | 43.14 | 11.46 | - |
| YUV | 146.78 | 79.59 | 76.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 200 | 61 | 0.62 | 0 | 0.69 | 0.22 | 113.96 | 0.56 | 0.51 |
| Hex | 4B | C8 | 3D | 3E | 0 | 45 | 16 | 72 | 38 | 33 |
| Octal | 113 | 310 | 75 | 76 | 0 | 105 | 26 | 162 | 70 | 63 |
| Binary | 1001011 | 11001000 | 111101 | 111110 | 0 | 1000101 | 10110 | 1110010 | 111000 | 110011 |
Color Harmonies of #4BC83D
Complementary color
Monochromatic Colors of #4BC83D
Black with #4BC83D
Text Example
Text Example
White with #4BC83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC83D; }
p { color: rgb(75,200,61); }
H1.HeaderClassName
{
color: #4BC83D;
}
.AnyTagClassName
{
color: #4BC83D;
}
</style>
background-color css
<style>
a { background-color: #4BC83D; }
a { background-color: rgb(75,200,61); }
div.DivClassName
{
background-color: #4BC83D;
}
.BgClassName
{
background-color: #4BC83D;
}
</style>
border-color css
<style>
span { border-color: #4BC83D; }
span { border-color: rgb(75,200,61); }
td.TdClassName
{
border-color: #4BC83D;
}
.TagClassName
{
border-color: #4BC83D;
}
</style>