Shades of Bright Green #5BFC2B
Tints of Bright Green #5BFC2B
RGB
CMYK
RGB Variations
Color information
#5BFC2B (or 0x5BFC2B) is known color: Bright Green. HEX triplet: 5B, FC and 2B. RGB value is (91,252,43). Sum of RGB (Red+Green+Blue) = 91+252+43=386 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.58% from 386); Green value is 252 (98.83% from 255 or 65.28% from 386); Blue value is 43 (17.19% from 255 or 11.14% from 386); Max value from RGB is 252 - color contains mainly: green. Hex color #5BFC2B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5BFC2B is #A403D4. Grayscale: #B4B4B4. Windows color (decimal): -10748885 or 2882651. OLE color: 2882651.
HSL color Cylindrical-coordinate representation of color #5BFC2B: hue angle of 106.22º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5BFC2B is Cyan = 0.64, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 91 | 252 | 43 | - |
| CMYK | 0.64 | 0 | 0.83 | 0.01 |
| HSL | 106.22º | 0.97% | 0.58% | - |
| HSV(B) | 106.22º | 0.83% | 0.99% | - |
| XYZ | 39.56 | 72.02 | 14.1 | - |
| YUV | 180.04 | 50.66 | 64.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 252 | 43 | 0.64 | 0 | 0.83 | 0.01 | 106.22 | 0.97 | 0.58 |
| Hex | 5B | FC | 2B | 40 | 0 | 53 | 1 | 6A | 61 | 3A |
| Octal | 133 | 374 | 53 | 100 | 0 | 123 | 1 | 152 | 141 | 72 |
| Binary | 1011011 | 11111100 | 101011 | 1000000 | 0 | 1010011 | 1 | 1101010 | 1100001 | 111010 |
Color Harmonies of #5BFC2B
Complementary color
Monochromatic Colors of #5BFC2B
Black with #5BFC2B
Text Example
Text Example
White with #5BFC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFC2B; }
p { color: rgb(91,252,43); }
H1.HeaderClassName
{
color: #5BFC2B;
}
.AnyTagClassName
{
color: #5BFC2B;
}
</style>
background-color css
<style>
a { background-color: #5BFC2B; }
a { background-color: rgb(91,252,43); }
div.DivClassName
{
background-color: #5BFC2B;
}
.BgClassName
{
background-color: #5BFC2B;
}
</style>
border-color css
<style>
span { border-color: #5BFC2B; }
span { border-color: rgb(91,252,43); }
td.TdClassName
{
border-color: #5BFC2B;
}
.TagClassName
{
border-color: #5BFC2B;
}
</style>