Shades of Lime Green #5BEB38
Tints of Lime Green #5BEB38
RGB
CMYK
RGB Variations
Color information
#5BEB38 (or 0x5BEB38) is known color: Lime Green. HEX triplet: 5B, EB and 38. RGB value is (91,235,56). Sum of RGB (Red+Green+Blue) = 91+235+56=382 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.82% from 382); Green value is 235 (92.19% from 255 or 61.52% from 382); Blue value is 56 (22.27% from 255 or 14.66% from 382); Max value from RGB is 235 - color contains mainly: green. Hex color #5BEB38 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5BEB38 is #A414C7. Grayscale: #ACACAC. Windows color (decimal): -10753224 or 3730267. OLE color: 3730267.
HSL color Cylindrical-coordinate representation of color #5BEB38: hue angle of 108.27º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5BEB38 is Cyan = 0.61, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 91 | 235 | 56 | - |
| CMYK | 0.61 | 0 | 0.76 | 0.08 |
| HSL | 108.27º | 0.82% | 0.57% | - |
| HSV(B) | 108.27º | 0.76% | 0.92% | - |
| XYZ | 34.74 | 61.93 | 13.86 | - |
| YUV | 171.54 | 62.79 | 70.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 235 | 56 | 0.61 | 0 | 0.76 | 0.08 | 108.27 | 0.82 | 0.57 |
| Hex | 5B | EB | 38 | 3D | 0 | 4C | 8 | 6C | 52 | 39 |
| Octal | 133 | 353 | 70 | 75 | 0 | 114 | 10 | 154 | 122 | 71 |
| Binary | 1011011 | 11101011 | 111000 | 111101 | 0 | 1001100 | 1000 | 1101100 | 1010010 | 111001 |
Color Harmonies of #5BEB38
Complementary color
Monochromatic Colors of #5BEB38
Black with #5BEB38
Text Example
Text Example
White with #5BEB38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BEB38; }
p { color: rgb(91,235,56); }
H1.HeaderClassName
{
color: #5BEB38;
}
.AnyTagClassName
{
color: #5BEB38;
}
</style>
background-color css
<style>
a { background-color: #5BEB38; }
a { background-color: rgb(91,235,56); }
div.DivClassName
{
background-color: #5BEB38;
}
.BgClassName
{
background-color: #5BEB38;
}
</style>
border-color css
<style>
span { border-color: #5BEB38; }
span { border-color: rgb(91,235,56); }
td.TdClassName
{
border-color: #5BEB38;
}
.TagClassName
{
border-color: #5BEB38;
}
</style>