Shades of Lime Green #4BE426
Tints of Lime Green #4BE426
RGB
CMYK
RGB Variations
Color information
#4BE426 (or 0x4BE426) is known color: Lime Green. HEX triplet: 4B, E4 and 26. RGB value is (75,228,38). Sum of RGB (Red+Green+Blue) = 75+228+38=341 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.99% from 341); Green value is 228 (89.45% from 255 or 66.86% from 341); Blue value is 38 (15.23% from 255 or 11.14% from 341); Max value from RGB is 228 - color contains mainly: green. Hex color #4BE426 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BE426 is #B41BD9. Grayscale: #A1A1A1. Windows color (decimal): -11803610 or 2548811. OLE color: 2548811.
HSL color Cylindrical-coordinate representation of color #4BE426: hue angle of 108.32º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4BE426 is Cyan = 0.67, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 75 | 228 | 38 | - |
| CMYK | 0.67 | 0 | 0.83 | 0.11 |
| HSL | 108.32º | 0.78% | 0.52% | - |
| HSV(B) | 108.32º | 0.83% | 0.89% | - |
| XYZ | 30.99 | 57.12 | 11.23 | - |
| YUV | 160.59 | 58.81 | 66.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 228 | 38 | 0.67 | 0 | 0.83 | 0.11 | 108.32 | 0.78 | 0.52 |
| Hex | 4B | E4 | 26 | 43 | 0 | 53 | B | 6C | 4E | 34 |
| Octal | 113 | 344 | 46 | 103 | 0 | 123 | 13 | 154 | 116 | 64 |
| Binary | 1001011 | 11100100 | 100110 | 1000011 | 0 | 1010011 | 1011 | 1101100 | 1001110 | 110100 |
Color Harmonies of #4BE426
Complementary color
Monochromatic Colors of #4BE426
Black with #4BE426
Text Example
Text Example
White with #4BE426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BE426; }
p { color: rgb(75,228,38); }
H1.HeaderClassName
{
color: #4BE426;
}
.AnyTagClassName
{
color: #4BE426;
}
</style>
background-color css
<style>
a { background-color: #4BE426; }
a { background-color: rgb(75,228,38); }
div.DivClassName
{
background-color: #4BE426;
}
.BgClassName
{
background-color: #4BE426;
}
</style>
border-color css
<style>
span { border-color: #4BE426; }
span { border-color: rgb(75,228,38); }
td.TdClassName
{
border-color: #4BE426;
}
.TagClassName
{
border-color: #4BE426;
}
</style>