Shades of Lime Green #5BE932
Tints of Lime Green #5BE932
RGB
CMYK
RGB Variations
Color information
#5BE932 (or 0x5BE932) is known color: Lime Green. HEX triplet: 5B, E9 and 32. RGB value is (91,233,50). Sum of RGB (Red+Green+Blue) = 91+233+50=374 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.33% from 374); Green value is 233 (91.41% from 255 or 62.30% from 374); Blue value is 50 (19.92% from 255 or 13.37% from 374); Max value from RGB is 233 - color contains mainly: green. Hex color #5BE932 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5BE932 is #A416CD. Grayscale: #AAAAAA. Windows color (decimal): -10753742 or 3336539. OLE color: 3336539.
HSL color Cylindrical-coordinate representation of color #5BE932: hue angle of 106.56º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5BE932 is Cyan = 0.61, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 91 | 233 | 50 | - |
| CMYK | 0.61 | 0 | 0.79 | 0.09 |
| HSL | 106.56º | 0.81% | 0.55% | - |
| HSV(B) | 106.56º | 0.79% | 0.91% | - |
| XYZ | 34.03 | 60.73 | 12.95 | - |
| YUV | 169.68 | 60.46 | 71.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 233 | 50 | 0.61 | 0 | 0.79 | 0.09 | 106.56 | 0.81 | 0.55 |
| Hex | 5B | E9 | 32 | 3D | 0 | 4F | 9 | 6B | 51 | 37 |
| Octal | 133 | 351 | 62 | 75 | 0 | 117 | 11 | 153 | 121 | 67 |
| Binary | 1011011 | 11101001 | 110010 | 111101 | 0 | 1001111 | 1001 | 1101011 | 1010001 | 110111 |
Color Harmonies of #5BE932
Complementary color
Monochromatic Colors of #5BE932
Black with #5BE932
Text Example
Text Example
White with #5BE932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BE932; }
p { color: rgb(91,233,50); }
H1.HeaderClassName
{
color: #5BE932;
}
.AnyTagClassName
{
color: #5BE932;
}
</style>
background-color css
<style>
a { background-color: #5BE932; }
a { background-color: rgb(91,233,50); }
div.DivClassName
{
background-color: #5BE932;
}
.BgClassName
{
background-color: #5BE932;
}
</style>
border-color css
<style>
span { border-color: #5BE932; }
span { border-color: rgb(91,233,50); }
td.TdClassName
{
border-color: #5BE932;
}
.TagClassName
{
border-color: #5BE932;
}
</style>