Shades of Lime Green #4CEA3B
Tints of Lime Green #4CEA3B
RGB
CMYK
RGB Variations
Color information
#4CEA3B (or 0x4CEA3B) is known color: Lime Green. HEX triplet: 4C, EA and 3B. RGB value is (76,234,59). Sum of RGB (Red+Green+Blue) = 76+234+59=369 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.60% from 369); Green value is 234 (91.80% from 255 or 63.41% from 369); Blue value is 59 (23.44% from 255 or 15.99% from 369); Max value from RGB is 234 - color contains mainly: green. Hex color #4CEA3B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CEA3B is #B315C4. Grayscale: #A7A7A7. Windows color (decimal): -11736517 or 3926604. OLE color: 3926604.
HSL color Cylindrical-coordinate representation of color #4CEA3B: hue angle of 114.17º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4CEA3B is Cyan = 0.68, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 76 | 234 | 59 | - |
| CMYK | 0.68 | 0 | 0.75 | 0.08 |
| HSL | 114.17º | 0.81% | 0.57% | - |
| HSV(B) | 114.17º | 0.75% | 0.92% | - |
| XYZ | 33.19 | 60.7 | 14.1 | - |
| YUV | 166.81 | 67.15 | 63.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 234 | 59 | 0.68 | 0 | 0.75 | 0.08 | 114.17 | 0.81 | 0.57 |
| Hex | 4C | EA | 3B | 44 | 0 | 4B | 8 | 72 | 51 | 39 |
| Octal | 114 | 352 | 73 | 104 | 0 | 113 | 10 | 162 | 121 | 71 |
| Binary | 1001100 | 11101010 | 111011 | 1000100 | 0 | 1001011 | 1000 | 1110010 | 1010001 | 111001 |
Color Harmonies of #4CEA3B
Complementary color
Monochromatic Colors of #4CEA3B
Black with #4CEA3B
Text Example
Text Example
White with #4CEA3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CEA3B; }
p { color: rgb(76,234,59); }
H1.HeaderClassName
{
color: #4CEA3B;
}
.AnyTagClassName
{
color: #4CEA3B;
}
</style>
background-color css
<style>
a { background-color: #4CEA3B; }
a { background-color: rgb(76,234,59); }
div.DivClassName
{
background-color: #4CEA3B;
}
.BgClassName
{
background-color: #4CEA3B;
}
</style>
border-color css
<style>
span { border-color: #4CEA3B; }
span { border-color: rgb(76,234,59); }
td.TdClassName
{
border-color: #4CEA3B;
}
.TagClassName
{
border-color: #4CEA3B;
}
</style>