Shades of Lime Green #4BE521
Tints of Lime Green #4BE521
RGB
CMYK
RGB Variations
Color information
#4BE521 (or 0x4BE521) is known color: Lime Green. HEX triplet: 4B, E5 and 21. RGB value is (75,229,33). Sum of RGB (Red+Green+Blue) = 75+229+33=337 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.26% from 337); Green value is 229 (89.84% from 255 or 67.95% from 337); Blue value is 33 (13.28% from 255 or 9.79% from 337); Max value from RGB is 229 - color contains mainly: green. Hex color #4BE521 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BE521 is #B41ADE. Grayscale: #A1A1A1. Windows color (decimal): -11803359 or 2221387. OLE color: 2221387.
HSL color Cylindrical-coordinate representation of color #4BE521: hue angle of 107.14º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4BE521 is Cyan = 0.67, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 75 | 229 | 33 | - |
| CMYK | 0.67 | 0 | 0.86 | 0.10 |
| HSL | 107.14º | 0.79% | 0.51% | - |
| HSV(B) | 107.14º | 0.86% | 0.9% | - |
| XYZ | 31.2 | 57.64 | 10.92 | - |
| YUV | 160.61 | 55.98 | 66.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 229 | 33 | 0.67 | 0 | 0.86 | 0.10 | 107.14 | 0.79 | 0.51 |
| Hex | 4B | E5 | 21 | 43 | 0 | 56 | A | 6B | 4F | 33 |
| Octal | 113 | 345 | 41 | 103 | 0 | 126 | 12 | 153 | 117 | 63 |
| Binary | 1001011 | 11100101 | 100001 | 1000011 | 0 | 1010110 | 1010 | 1101011 | 1001111 | 110011 |
Color Harmonies of #4BE521
Complementary color
Monochromatic Colors of #4BE521
Black with #4BE521
Text Example
Text Example
White with #4BE521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BE521; }
p { color: rgb(75,229,33); }
H1.HeaderClassName
{
color: #4BE521;
}
.AnyTagClassName
{
color: #4BE521;
}
</style>
background-color css
<style>
a { background-color: #4BE521; }
a { background-color: rgb(75,229,33); }
div.DivClassName
{
background-color: #4BE521;
}
.BgClassName
{
background-color: #4BE521;
}
</style>
border-color css
<style>
span { border-color: #4BE521; }
span { border-color: rgb(75,229,33); }
td.TdClassName
{
border-color: #4BE521;
}
.TagClassName
{
border-color: #4BE521;
}
</style>