Shades of Bright Green #5BE302
Tints of Bright Green #5BE302
RGB
CMYK
RGB Variations
Color information
#5BE302 (or 0x5BE302) is known color: Bright Green. HEX triplet: 5B, E3 and 02. RGB value is (91,227,2). Sum of RGB (Red+Green+Blue) = 91+227+2=320 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.44% from 320); Green value is 227 (89.06% from 255 or 70.94% from 320); Blue value is 2 (1.17% from 255 or 0.62% from 320); Max value from RGB is 227 - color contains mainly: green. Hex color #5BE302 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5BE302 is #A41CFD. Grayscale: #A1A1A1. Windows color (decimal): -10755326 or 189275. OLE color: 189275.
HSL color Cylindrical-coordinate representation of color #5BE302: hue angle of 96.27º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5BE302 is Cyan = 0.60, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 91 | 227 | 2 | - |
| CMYK | 0.60 | 0 | 0.99 | 0.11 |
| HSL | 96.27º | 0.98% | 0.45% | - |
| HSV(B) | 96.27º | 0.99% | 0.89% | - |
| XYZ | 31.79 | 57.17 | 9.42 | - |
| YUV | 160.69 | 38.44 | 78.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 227 | 2 | 0.60 | 0 | 0.99 | 0.11 | 96.27 | 0.98 | 0.45 |
| Hex | 5B | E3 | 2 | 3C | 0 | 63 | B | 60 | 62 | 2D |
| Octal | 133 | 343 | 2 | 74 | 0 | 143 | 13 | 140 | 142 | 55 |
| Binary | 1011011 | 11100011 | 10 | 111100 | 0 | 1100011 | 1011 | 1100000 | 1100010 | 101101 |
Color Harmonies of #5BE302
Complementary color
Monochromatic Colors of #5BE302
Black with #5BE302
Text Example
Text Example
White with #5BE302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BE302; }
p { color: rgb(91,227,2); }
H1.HeaderClassName
{
color: #5BE302;
}
.AnyTagClassName
{
color: #5BE302;
}
</style>
background-color css
<style>
a { background-color: #5BE302; }
a { background-color: rgb(91,227,2); }
div.DivClassName
{
background-color: #5BE302;
}
.BgClassName
{
background-color: #5BE302;
}
</style>
border-color css
<style>
span { border-color: #5BE302; }
span { border-color: rgb(91,227,2); }
td.TdClassName
{
border-color: #5BE302;
}
.TagClassName
{
border-color: #5BE302;
}
</style>