Shades of Lime Green #4BE83D
Tints of Lime Green #4BE83D
RGB
CMYK
RGB Variations
Color information
#4BE83D (or 0x4BE83D) is known color: Lime Green. HEX triplet: 4B, E8 and 3D. RGB value is (75,232,61). Sum of RGB (Red+Green+Blue) = 75+232+61=368 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.38% from 368); Green value is 232 (91.02% from 255 or 63.04% from 368); Blue value is 61 (24.22% from 255 or 16.58% from 368); Max value from RGB is 232 - color contains mainly: green. Hex color #4BE83D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4BE83D is #B417C2. Grayscale: #A6A6A6. Windows color (decimal): -11802563 or 4057163. OLE color: 4057163.
HSL color Cylindrical-coordinate representation of color #4BE83D: hue angle of 115.09º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4BE83D is Cyan = 0.68, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 75 | 232 | 61 | - |
| CMYK | 0.68 | 0 | 0.74 | 0.09 |
| HSL | 115.09º | 0.79% | 0.57% | - |
| HSV(B) | 115.09º | 0.74% | 0.91% | - |
| XYZ | 32.6 | 59.55 | 14.19 | - |
| YUV | 165.56 | 68.99 | 63.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 232 | 61 | 0.68 | 0 | 0.74 | 0.09 | 115.09 | 0.79 | 0.57 |
| Hex | 4B | E8 | 3D | 44 | 0 | 4A | 9 | 73 | 4F | 39 |
| Octal | 113 | 350 | 75 | 104 | 0 | 112 | 11 | 163 | 117 | 71 |
| Binary | 1001011 | 11101000 | 111101 | 1000100 | 0 | 1001010 | 1001 | 1110011 | 1001111 | 111001 |
Color Harmonies of #4BE83D
Complementary color
Monochromatic Colors of #4BE83D
Black with #4BE83D
Text Example
Text Example
White with #4BE83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BE83D; }
p { color: rgb(75,232,61); }
H1.HeaderClassName
{
color: #4BE83D;
}
.AnyTagClassName
{
color: #4BE83D;
}
</style>
background-color css
<style>
a { background-color: #4BE83D; }
a { background-color: rgb(75,232,61); }
div.DivClassName
{
background-color: #4BE83D;
}
.BgClassName
{
background-color: #4BE83D;
}
</style>
border-color css
<style>
span { border-color: #4BE83D; }
span { border-color: rgb(75,232,61); }
td.TdClassName
{
border-color: #4BE83D;
}
.TagClassName
{
border-color: #4BE83D;
}
</style>