Shades of Bright Green #5BFE02
Tints of Bright Green #5BFE02
RGB
CMYK
RGB Variations
Color information
#5BFE02 (or 0x5BFE02) is known color: Bright Green. HEX triplet: 5B, FE and 02. RGB value is (91,254,2). Sum of RGB (Red+Green+Blue) = 91+254+2=347 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.22% from 347); Green value is 254 (99.61% from 255 or 73.20% from 347); Blue value is 2 (1.17% from 255 or 0.58% from 347); Max value from RGB is 254 - color contains mainly: green. Hex color #5BFE02 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5BFE02 is #A401FD. Grayscale: #B1B1B1. Windows color (decimal): -10748414 or 196187. OLE color: 196187.
HSL color Cylindrical-coordinate representation of color #5BFE02: hue angle of 98.81º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5BFE02 is Cyan = 0.64, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 91 | 254 | 2 | - |
| CMYK | 0.64 | 0 | 0.99 | 0.00 |
| HSL | 98.81º | 0.99% | 0.5% | - |
| HSV(B) | 98.81º | 0.99% | 1% | - |
| XYZ | 39.77 | 73.11 | 12.07 | - |
| YUV | 176.54 | 29.5 | 66.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 254 | 2 | 0.64 | 0 | 0.99 | 0.00 | 98.81 | 0.99 | 0.5 |
| Hex | 5B | FE | 2 | 40 | 0 | 63 | 0 | 63 | 63 | 32 |
| Octal | 133 | 376 | 2 | 100 | 0 | 143 | 0 | 143 | 143 | 62 |
| Binary | 1011011 | 11111110 | 10 | 1000000 | 0 | 1100011 | 0 | 1100011 | 1100011 | 110010 |
Color Harmonies of #5BFE02
Complementary color
Monochromatic Colors of #5BFE02
Black with #5BFE02
Text Example
Text Example
White with #5BFE02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFE02; }
p { color: rgb(91,254,2); }
H1.HeaderClassName
{
color: #5BFE02;
}
.AnyTagClassName
{
color: #5BFE02;
}
</style>
background-color css
<style>
a { background-color: #5BFE02; }
a { background-color: rgb(91,254,2); }
div.DivClassName
{
background-color: #5BFE02;
}
.BgClassName
{
background-color: #5BFE02;
}
</style>
border-color css
<style>
span { border-color: #5BFE02; }
span { border-color: rgb(91,254,2); }
td.TdClassName
{
border-color: #5BFE02;
}
.TagClassName
{
border-color: #5BFE02;
}
</style>