Shades of Bright Green #5BE000
Tints of Bright Green #5BE000
RGB
CMYK
RGB Variations
Color information
#5BE000 (or 0x5BE000) is known color: Bright Green. HEX triplet: 5B, E0 and 00. RGB value is (91,224,0). Sum of RGB (Red+Green+Blue) = 91+224+0=315 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.89% from 315); Green value is 224 (87.89% from 255 or 71.11% from 315); Blue value is 0 (0.39% from 255 or 0% from 315); Max value from RGB is 224 - color contains mainly: green. Hex color #5BE000 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5BE000 is #A41FFF. Grayscale: #9F9F9F. Windows color (decimal): -10756096 or 57435. OLE color: 57435.
HSL color Cylindrical-coordinate representation of color #5BE000: hue angle of 95.62º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5BE000 is Cyan = 0.59, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 91 | 224 | 0 | - |
| CMYK | 0.59 | 0 | 1 | 0.12 |
| HSL | 95.63º | 1% | 0.44% | - |
| HSV(B) | 95.63º | 1% | 0.88% | - |
| XYZ | 30.97 | 55.54 | 9.09 | - |
| YUV | 158.7 | 38.44 | 79.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 224 | 0 | 0.59 | 0 | 1 | 0.12 | 95.63 | 1 | 0.44 |
| Hex | 5B | E0 | 0 | 3B | 0 | 64 | C | 60 | 64 | 2C |
| Octal | 133 | 340 | 0 | 73 | 0 | 144 | 14 | 140 | 144 | 54 |
| Binary | 1011011 | 11100000 | 0 | 111011 | 0 | 1100100 | 1100 | 1100000 | 1100100 | 101100 |
Color Harmonies of #5BE000
Complementary color
Monochromatic Colors of #5BE000
Black with #5BE000
Text Example
Text Example
White with #5BE000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BE000; }
p { color: rgb(91,224,0); }
H1.HeaderClassName
{
color: #5BE000;
}
.AnyTagClassName
{
color: #5BE000;
}
</style>
background-color css
<style>
a { background-color: #5BE000; }
a { background-color: rgb(91,224,0); }
div.DivClassName
{
background-color: #5BE000;
}
.BgClassName
{
background-color: #5BE000;
}
</style>
border-color css
<style>
span { border-color: #5BE000; }
span { border-color: rgb(91,224,0); }
td.TdClassName
{
border-color: #5BE000;
}
.TagClassName
{
border-color: #5BE000;
}
</style>