Shades of Bright Green #5BE002
Tints of Bright Green #5BE002
RGB
CMYK
RGB Variations
Color information
#5BE002 (or 0x5BE002) is known color: Bright Green. HEX triplet: 5B, E0 and 02. RGB value is (91,224,2). Sum of RGB (Red+Green+Blue) = 91+224+2=317 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.71% from 317); Green value is 224 (87.89% from 255 or 70.66% from 317); Blue value is 2 (1.17% from 255 or 0.63% from 317); Max value from RGB is 224 - color contains mainly: green. Hex color #5BE002 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5BE002 is #A41FFD. Grayscale: #9F9F9F. Windows color (decimal): -10756094 or 188507. OLE color: 188507.
HSL color Cylindrical-coordinate representation of color #5BE002: hue angle of 95.95º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5BE002 is Cyan = 0.59, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 91 | 224 | 2 | - |
| CMYK | 0.59 | 0 | 0.99 | 0.12 |
| HSL | 95.95º | 0.98% | 0.44% | - |
| HSV(B) | 95.95º | 0.99% | 0.88% | - |
| XYZ | 30.98 | 55.54 | 9.14 | - |
| YUV | 158.93 | 39.44 | 79.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 224 | 2 | 0.59 | 0 | 0.99 | 0.12 | 95.95 | 0.98 | 0.44 |
| Hex | 5B | E0 | 2 | 3B | 0 | 63 | C | 60 | 62 | 2C |
| Octal | 133 | 340 | 2 | 73 | 0 | 143 | 14 | 140 | 142 | 54 |
| Binary | 1011011 | 11100000 | 10 | 111011 | 0 | 1100011 | 1100 | 1100000 | 1100010 | 101100 |
Color Harmonies of #5BE002
Complementary color
Monochromatic Colors of #5BE002
Black with #5BE002
Text Example
Text Example
White with #5BE002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BE002; }
p { color: rgb(91,224,2); }
H1.HeaderClassName
{
color: #5BE002;
}
.AnyTagClassName
{
color: #5BE002;
}
</style>
background-color css
<style>
a { background-color: #5BE002; }
a { background-color: rgb(91,224,2); }
div.DivClassName
{
background-color: #5BE002;
}
.BgClassName
{
background-color: #5BE002;
}
</style>
border-color css
<style>
span { border-color: #5BE002; }
span { border-color: rgb(91,224,2); }
td.TdClassName
{
border-color: #5BE002;
}
.TagClassName
{
border-color: #5BE002;
}
</style>