Shades of Lime Green #5BE43D
Tints of Lime Green #5BE43D
RGB
CMYK
RGB Variations
Color information
#5BE43D (or 0x5BE43D) is known color: Lime Green. HEX triplet: 5B, E4 and 3D. RGB value is (91,228,61). Sum of RGB (Red+Green+Blue) = 91+228+61=380 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.95% from 380); Green value is 228 (89.45% from 255 or 60% from 380); Blue value is 61 (24.22% from 255 or 16.05% from 380); Max value from RGB is 228 - color contains mainly: green. Hex color #5BE43D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BE43D is #A41BC2. Grayscale: #A8A8A8. Windows color (decimal): -10755011 or 4056155. OLE color: 4056155.
HSL color Cylindrical-coordinate representation of color #5BE43D: hue angle of 109.22º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5BE43D is Cyan = 0.60, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 91 | 228 | 61 | - |
| CMYK | 0.60 | 0 | 0.73 | 0.11 |
| HSL | 109.22º | 0.76% | 0.57% | - |
| HSV(B) | 109.22º | 0.73% | 0.89% | - |
| XYZ | 32.9 | 58.05 | 13.89 | - |
| YUV | 168 | 67.61 | 73.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 228 | 61 | 0.60 | 0 | 0.73 | 0.11 | 109.22 | 0.76 | 0.57 |
| Hex | 5B | E4 | 3D | 3C | 0 | 49 | B | 6D | 4C | 39 |
| Octal | 133 | 344 | 75 | 74 | 0 | 111 | 13 | 155 | 114 | 71 |
| Binary | 1011011 | 11100100 | 111101 | 111100 | 0 | 1001001 | 1011 | 1101101 | 1001100 | 111001 |
Color Harmonies of #5BE43D
Complementary color
Monochromatic Colors of #5BE43D
Black with #5BE43D
Text Example
Text Example
White with #5BE43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BE43D; }
p { color: rgb(91,228,61); }
H1.HeaderClassName
{
color: #5BE43D;
}
.AnyTagClassName
{
color: #5BE43D;
}
</style>
background-color css
<style>
a { background-color: #5BE43D; }
a { background-color: rgb(91,228,61); }
div.DivClassName
{
background-color: #5BE43D;
}
.BgClassName
{
background-color: #5BE43D;
}
</style>
border-color css
<style>
span { border-color: #5BE43D; }
span { border-color: rgb(91,228,61); }
td.TdClassName
{
border-color: #5BE43D;
}
.TagClassName
{
border-color: #5BE43D;
}
</style>