Shades of Lime Green #4BCB3A
Tints of Lime Green #4BCB3A
RGB
CMYK
RGB Variations
Color information
#4BCB3A (or 0x4BCB3A) is known color: Lime Green. HEX triplet: 4B, CB and 3A. RGB value is (75,203,58). Sum of RGB (Red+Green+Blue) = 75+203+58=336 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.32% from 336); Green value is 203 (79.69% from 255 or 60.42% from 336); Blue value is 58 (23.05% from 255 or 17.26% from 336); Max value from RGB is 203 - color contains mainly: green. Hex color #4BCB3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BCB3A is #B434C5. Grayscale: #949494. Windows color (decimal): -11809990 or 3853131. OLE color: 3853131.
HSL color Cylindrical-coordinate representation of color #4BCB3A: hue angle of 112.97º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4BCB3A is Cyan = 0.63, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 75 | 203 | 58 | - |
| CMYK | 0.63 | 0 | 0.71 | 0.20 |
| HSL | 112.97º | 0.58% | 0.51% | - |
| HSV(B) | 112.97º | 0.71% | 0.8% | - |
| XYZ | 25.02 | 44.51 | 11.28 | - |
| YUV | 148.2 | 77.09 | 75.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 203 | 58 | 0.63 | 0 | 0.71 | 0.20 | 112.97 | 0.58 | 0.51 |
| Hex | 4B | CB | 3A | 3F | 0 | 47 | 14 | 71 | 3A | 33 |
| Octal | 113 | 313 | 72 | 77 | 0 | 107 | 24 | 161 | 72 | 63 |
| Binary | 1001011 | 11001011 | 111010 | 111111 | 0 | 1000111 | 10100 | 1110001 | 111010 | 110011 |
Color Harmonies of #4BCB3A
Complementary color
Monochromatic Colors of #4BCB3A
Black with #4BCB3A
Text Example
Text Example
White with #4BCB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCB3A; }
p { color: rgb(75,203,58); }
H1.HeaderClassName
{
color: #4BCB3A;
}
.AnyTagClassName
{
color: #4BCB3A;
}
</style>
background-color css
<style>
a { background-color: #4BCB3A; }
a { background-color: rgb(75,203,58); }
div.DivClassName
{
background-color: #4BCB3A;
}
.BgClassName
{
background-color: #4BCB3A;
}
</style>
border-color css
<style>
span { border-color: #4BCB3A; }
span { border-color: rgb(75,203,58); }
td.TdClassName
{
border-color: #4BCB3A;
}
.TagClassName
{
border-color: #4BCB3A;
}
</style>