Shades of Lime Green #5BE136
Tints of Lime Green #5BE136
RGB
CMYK
RGB Variations
Color information
#5BE136 (or 0x5BE136) is known color: Lime Green. HEX triplet: 5B, E1 and 36. RGB value is (91,225,54). Sum of RGB (Red+Green+Blue) = 91+225+54=370 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.59% from 370); Green value is 225 (88.28% from 255 or 60.81% from 370); Blue value is 54 (21.48% from 255 or 14.59% from 370); Max value from RGB is 225 - color contains mainly: green. Hex color #5BE136 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BE136 is #A41EC9. Grayscale: #A5A5A5. Windows color (decimal): -10755786 or 3596635. OLE color: 3596635.
HSL color Cylindrical-coordinate representation of color #5BE136: hue angle of 107.02º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5BE136 is Cyan = 0.60, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 91 | 225 | 54 | - |
| CMYK | 0.60 | 0 | 0.76 | 0.12 |
| HSL | 107.02º | 0.74% | 0.55% | - |
| HSV(B) | 107.02º | 0.76% | 0.88% | - |
| XYZ | 31.91 | 56.34 | 12.68 | - |
| YUV | 165.44 | 65.11 | 74.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 225 | 54 | 0.60 | 0 | 0.76 | 0.12 | 107.02 | 0.74 | 0.55 |
| Hex | 5B | E1 | 36 | 3C | 0 | 4C | C | 6B | 4A | 37 |
| Octal | 133 | 341 | 66 | 74 | 0 | 114 | 14 | 153 | 112 | 67 |
| Binary | 1011011 | 11100001 | 110110 | 111100 | 0 | 1001100 | 1100 | 1101011 | 1001010 | 110111 |
Color Harmonies of #5BE136
Complementary color
Monochromatic Colors of #5BE136
Black with #5BE136
Text Example
Text Example
White with #5BE136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BE136; }
p { color: rgb(91,225,54); }
H1.HeaderClassName
{
color: #5BE136;
}
.AnyTagClassName
{
color: #5BE136;
}
</style>
background-color css
<style>
a { background-color: #5BE136; }
a { background-color: rgb(91,225,54); }
div.DivClassName
{
background-color: #5BE136;
}
.BgClassName
{
background-color: #5BE136;
}
</style>
border-color css
<style>
span { border-color: #5BE136; }
span { border-color: rgb(91,225,54); }
td.TdClassName
{
border-color: #5BE136;
}
.TagClassName
{
border-color: #5BE136;
}
</style>