Shades of Lime Green #4BCA4E
Tints of Lime Green #4BCA4E
RGB
CMYK
RGB Variations
Color information
#4BCA4E (or 0x4BCA4E) is known color: Lime Green. HEX triplet: 4B, CA and 4E. RGB value is (75,202,78). Sum of RGB (Red+Green+Blue) = 75+202+78=355 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.13% from 355); Green value is 202 (79.30% from 255 or 56.90% from 355); Blue value is 78 (30.86% from 255 or 21.97% from 355); Max value from RGB is 202 - color contains mainly: green. Hex color #4BCA4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BCA4E is #B435B1. Grayscale: #969696. Windows color (decimal): -11810226 or 5163595. OLE color: 5163595.
HSL color Cylindrical-coordinate representation of color #4BCA4E: hue angle of 121.42º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4BCA4E is Cyan = 0.63, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 75 | 202 | 78 | - |
| CMYK | 0.63 | 0 | 0.61 | 0.21 |
| HSL | 121.42º | 0.55% | 0.54% | - |
| HSV(B) | 121.42º | 0.63% | 0.79% | - |
| XYZ | 25.4 | 44.29 | 14.42 | - |
| YUV | 149.89 | 87.42 | 74.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 202 | 78 | 0.63 | 0 | 0.61 | 0.21 | 121.42 | 0.55 | 0.54 |
| Hex | 4B | CA | 4E | 3F | 0 | 3D | 15 | 79 | 37 | 36 |
| Octal | 113 | 312 | 116 | 77 | 0 | 75 | 25 | 171 | 67 | 66 |
| Binary | 1001011 | 11001010 | 1001110 | 111111 | 0 | 111101 | 10101 | 1111001 | 110111 | 110110 |
Color Harmonies of #4BCA4E
Complementary color
Monochromatic Colors of #4BCA4E
Black with #4BCA4E
Text Example
Text Example
White with #4BCA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCA4E; }
p { color: rgb(75,202,78); }
H1.HeaderClassName
{
color: #4BCA4E;
}
.AnyTagClassName
{
color: #4BCA4E;
}
</style>
background-color css
<style>
a { background-color: #4BCA4E; }
a { background-color: rgb(75,202,78); }
div.DivClassName
{
background-color: #4BCA4E;
}
.BgClassName
{
background-color: #4BCA4E;
}
</style>
border-color css
<style>
span { border-color: #4BCA4E; }
span { border-color: rgb(75,202,78); }
td.TdClassName
{
border-color: #4BCA4E;
}
.TagClassName
{
border-color: #4BCA4E;
}
</style>