Shades of Lime Green #4BCB3E
Tints of Lime Green #4BCB3E
RGB
CMYK
RGB Variations
Color information
#4BCB3E (or 0x4BCB3E) is known color: Lime Green. HEX triplet: 4B, CB and 3E. RGB value is (75,203,62). Sum of RGB (Red+Green+Blue) = 75+203+62=340 (45% of max value = 765). Red value is 75 (29.69% from 255 or 22.06% from 340); Green value is 203 (79.69% from 255 or 59.71% from 340); Blue value is 62 (24.61% from 255 or 18.24% from 340); Max value from RGB is 203 - color contains mainly: green. Hex color #4BCB3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BCB3E is #B434C1. Grayscale: #959595. Windows color (decimal): -11809986 or 4115275. OLE color: 4115275.
HSL color Cylindrical-coordinate representation of color #4BCB3E: hue angle of 114.47º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4BCB3E is Cyan = 0.63, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 75 | 203 | 62 | - |
| CMYK | 0.63 | 0 | 0.69 | 0.20 |
| HSL | 114.47º | 0.58% | 0.52% | - |
| HSV(B) | 114.47º | 0.69% | 0.8% | - |
| XYZ | 25.13 | 44.56 | 11.83 | - |
| YUV | 148.65 | 79.09 | 75.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 203 | 62 | 0.63 | 0 | 0.69 | 0.20 | 114.47 | 0.58 | 0.52 |
| Hex | 4B | CB | 3E | 3F | 0 | 45 | 14 | 72 | 3A | 34 |
| Octal | 113 | 313 | 76 | 77 | 0 | 105 | 24 | 162 | 72 | 64 |
| Binary | 1001011 | 11001011 | 111110 | 111111 | 0 | 1000101 | 10100 | 1110010 | 111010 | 110100 |
Color Harmonies of #4BCB3E
Complementary color
Monochromatic Colors of #4BCB3E
Black with #4BCB3E
Text Example
Text Example
White with #4BCB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCB3E; }
p { color: rgb(75,203,62); }
H1.HeaderClassName
{
color: #4BCB3E;
}
.AnyTagClassName
{
color: #4BCB3E;
}
</style>
background-color css
<style>
a { background-color: #4BCB3E; }
a { background-color: rgb(75,203,62); }
div.DivClassName
{
background-color: #4BCB3E;
}
.BgClassName
{
background-color: #4BCB3E;
}
</style>
border-color css
<style>
span { border-color: #4BCB3E; }
span { border-color: rgb(75,203,62); }
td.TdClassName
{
border-color: #4BCB3E;
}
.TagClassName
{
border-color: #4BCB3E;
}
</style>