Shades of Lime Green #4BE326
Tints of Lime Green #4BE326
RGB
CMYK
RGB Variations
Color information
#4BE326 (or 0x4BE326) is known color: Lime Green. HEX triplet: 4B, E3 and 26. RGB value is (75,227,38). Sum of RGB (Red+Green+Blue) = 75+227+38=340 (45% of max value = 765). Red value is 75 (29.69% from 255 or 22.06% from 340); Green value is 227 (89.06% from 255 or 66.76% from 340); Blue value is 38 (15.23% from 255 or 11.18% from 340); Max value from RGB is 227 - color contains mainly: green. Hex color #4BE326 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BE326 is #B41CD9. Grayscale: #A0A0A0. Windows color (decimal): -11803866 or 2548555. OLE color: 2548555.
HSL color Cylindrical-coordinate representation of color #4BE326: hue angle of 108.25º degrees, saturation: 0.77, 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 #4BE326 is Cyan = 0.67, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 75 | 227 | 38 | - |
| CMYK | 0.67 | 0 | 0.83 | 0.11 |
| HSL | 108.25º | 0.77% | 0.52% | - |
| HSV(B) | 108.25º | 0.83% | 0.89% | - |
| XYZ | 30.72 | 56.57 | 11.13 | - |
| YUV | 160.01 | 59.14 | 67.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 227 | 38 | 0.67 | 0 | 0.83 | 0.11 | 108.25 | 0.77 | 0.52 |
| Hex | 4B | E3 | 26 | 43 | 0 | 53 | B | 6C | 4D | 34 |
| Octal | 113 | 343 | 46 | 103 | 0 | 123 | 13 | 154 | 115 | 64 |
| Binary | 1001011 | 11100011 | 100110 | 1000011 | 0 | 1010011 | 1011 | 1101100 | 1001101 | 110100 |
Color Harmonies of #4BE326
Complementary color
Monochromatic Colors of #4BE326
Black with #4BE326
Text Example
Text Example
White with #4BE326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BE326; }
p { color: rgb(75,227,38); }
H1.HeaderClassName
{
color: #4BE326;
}
.AnyTagClassName
{
color: #4BE326;
}
</style>
background-color css
<style>
a { background-color: #4BE326; }
a { background-color: rgb(75,227,38); }
div.DivClassName
{
background-color: #4BE326;
}
.BgClassName
{
background-color: #4BE326;
}
</style>
border-color css
<style>
span { border-color: #4BE326; }
span { border-color: rgb(75,227,38); }
td.TdClassName
{
border-color: #4BE326;
}
.TagClassName
{
border-color: #4BE326;
}
</style>