Shades of Lime Green #4BCB4D
Tints of Lime Green #4BCB4D
RGB
CMYK
RGB Variations
Color information
#4BCB4D (or 0x4BCB4D) is known color: Lime Green. HEX triplet: 4B, CB and 4D. RGB value is (75,203,77). Sum of RGB (Red+Green+Blue) = 75+203+77=355 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.13% from 355); Green value is 203 (79.69% from 255 or 57.18% from 355); Blue value is 77 (30.47% from 255 or 21.69% from 355); Max value from RGB is 203 - color contains mainly: green. Hex color #4BCB4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BCB4D is #B434B2. Grayscale: #969696. Windows color (decimal): -11809971 or 5098315. OLE color: 5098315.
HSL color Cylindrical-coordinate representation of color #4BCB4D: hue angle of 120.94º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4BCB4D is Cyan = 0.63, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 75 | 203 | 77 | - |
| CMYK | 0.63 | 0 | 0.62 | 0.20 |
| HSL | 120.94º | 0.55% | 0.55% | - |
| HSV(B) | 120.94º | 0.63% | 0.8% | - |
| XYZ | 25.6 | 44.74 | 14.31 | - |
| YUV | 150.36 | 86.59 | 74.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 203 | 77 | 0.63 | 0 | 0.62 | 0.20 | 120.94 | 0.55 | 0.55 |
| Hex | 4B | CB | 4D | 3F | 0 | 3E | 14 | 79 | 37 | 37 |
| Octal | 113 | 313 | 115 | 77 | 0 | 76 | 24 | 171 | 67 | 67 |
| Binary | 1001011 | 11001011 | 1001101 | 111111 | 0 | 111110 | 10100 | 1111001 | 110111 | 110111 |
Color Harmonies of #4BCB4D
Complementary color
Monochromatic Colors of #4BCB4D
Black with #4BCB4D
Text Example
Text Example
White with #4BCB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCB4D; }
p { color: rgb(75,203,77); }
H1.HeaderClassName
{
color: #4BCB4D;
}
.AnyTagClassName
{
color: #4BCB4D;
}
</style>
background-color css
<style>
a { background-color: #4BCB4D; }
a { background-color: rgb(75,203,77); }
div.DivClassName
{
background-color: #4BCB4D;
}
.BgClassName
{
background-color: #4BCB4D;
}
</style>
border-color css
<style>
span { border-color: #4BCB4D; }
span { border-color: rgb(75,203,77); }
td.TdClassName
{
border-color: #4BCB4D;
}
.TagClassName
{
border-color: #4BCB4D;
}
</style>