Shades of Lime Green #4BE422
Tints of Lime Green #4BE422
RGB
CMYK
RGB Variations
Color information
#4BE422 (or 0x4BE422) is known color: Lime Green. HEX triplet: 4B, E4 and 22. RGB value is (75,228,34). Sum of RGB (Red+Green+Blue) = 75+228+34=337 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.26% from 337); Green value is 228 (89.45% from 255 or 67.66% from 337); Blue value is 34 (13.67% from 255 or 10.09% from 337); Max value from RGB is 228 - color contains mainly: green. Hex color #4BE422 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BE422 is #B41BDD. Grayscale: #A0A0A0. Windows color (decimal): -11803614 or 2286667. OLE color: 2286667.
HSL color Cylindrical-coordinate representation of color #4BE422: hue angle of 107.32º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4BE422 is Cyan = 0.67, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 75 | 228 | 34 | - |
| CMYK | 0.67 | 0 | 0.85 | 0.11 |
| HSL | 107.32º | 0.78% | 0.51% | - |
| HSV(B) | 107.32º | 0.85% | 0.89% | - |
| XYZ | 30.93 | 57.1 | 10.9 | - |
| YUV | 160.14 | 56.81 | 67.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 228 | 34 | 0.67 | 0 | 0.85 | 0.11 | 107.32 | 0.78 | 0.51 |
| Hex | 4B | E4 | 22 | 43 | 0 | 55 | B | 6B | 4E | 33 |
| Octal | 113 | 344 | 42 | 103 | 0 | 125 | 13 | 153 | 116 | 63 |
| Binary | 1001011 | 11100100 | 100010 | 1000011 | 0 | 1010101 | 1011 | 1101011 | 1001110 | 110011 |
Color Harmonies of #4BE422
Complementary color
Monochromatic Colors of #4BE422
Black with #4BE422
Text Example
Text Example
White with #4BE422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BE422; }
p { color: rgb(75,228,34); }
H1.HeaderClassName
{
color: #4BE422;
}
.AnyTagClassName
{
color: #4BE422;
}
</style>
background-color css
<style>
a { background-color: #4BE422; }
a { background-color: rgb(75,228,34); }
div.DivClassName
{
background-color: #4BE422;
}
.BgClassName
{
background-color: #4BE422;
}
</style>
border-color css
<style>
span { border-color: #4BE422; }
span { border-color: rgb(75,228,34); }
td.TdClassName
{
border-color: #4BE422;
}
.TagClassName
{
border-color: #4BE422;
}
</style>