Shades of Lime Green #4BC93D
Tints of Lime Green #4BC93D
RGB
CMYK
RGB Variations
Color information
#4BC93D (or 0x4BC93D) is known color: Lime Green. HEX triplet: 4B, C9 and 3D. RGB value is (75,201,61). Sum of RGB (Red+Green+Blue) = 75+201+61=337 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.26% from 337); Green value is 201 (78.91% from 255 or 59.64% from 337); Blue value is 61 (24.22% from 255 or 18.10% from 337); Max value from RGB is 201 - color contains mainly: green. Hex color #4BC93D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BC93D is #B436C2. Grayscale: #939393. Windows color (decimal): -11810499 or 4049227. OLE color: 4049227.
HSL color Cylindrical-coordinate representation of color #4BC93D: hue angle of 114º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BC93D is Cyan = 0.63, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 75 | 201 | 61 | - |
| CMYK | 0.63 | 0 | 0.70 | 0.21 |
| HSL | 114º | 0.56% | 0.51% | - |
| HSV(B) | 114º | 0.7% | 0.79% | - |
| XYZ | 24.63 | 43.61 | 11.53 | - |
| YUV | 147.37 | 79.26 | 76.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 201 | 61 | 0.63 | 0 | 0.70 | 0.21 | 114 | 0.56 | 0.51 |
| Hex | 4B | C9 | 3D | 3F | 0 | 46 | 15 | 72 | 38 | 33 |
| Octal | 113 | 311 | 75 | 77 | 0 | 106 | 25 | 162 | 70 | 63 |
| Binary | 1001011 | 11001001 | 111101 | 111111 | 0 | 1000110 | 10101 | 1110010 | 111000 | 110011 |
Color Harmonies of #4BC93D
Complementary color
Monochromatic Colors of #4BC93D
Black with #4BC93D
Text Example
Text Example
White with #4BC93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC93D; }
p { color: rgb(75,201,61); }
H1.HeaderClassName
{
color: #4BC93D;
}
.AnyTagClassName
{
color: #4BC93D;
}
</style>
background-color css
<style>
a { background-color: #4BC93D; }
a { background-color: rgb(75,201,61); }
div.DivClassName
{
background-color: #4BC93D;
}
.BgClassName
{
background-color: #4BC93D;
}
</style>
border-color css
<style>
span { border-color: #4BC93D; }
span { border-color: rgb(75,201,61); }
td.TdClassName
{
border-color: #4BC93D;
}
.TagClassName
{
border-color: #4BC93D;
}
</style>