Shades of Bright Green #5BF30F
Tints of Bright Green #5BF30F
RGB
CMYK
RGB Variations
Color information
#5BF30F (or 0x5BF30F) is known color: Bright Green. HEX triplet: 5B, F3 and 0F. RGB value is (91,243,15). Sum of RGB (Red+Green+Blue) = 91+243+15=349 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26.07% from 349); Green value is 243 (95.31% from 255 or 69.63% from 349); Blue value is 15 (6.25% from 255 or 4.30% from 349); Max value from RGB is 243 - color contains mainly: green. Hex color #5BF30F is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5BF30F is #A40CF0. Grayscale: #ACACAC. Windows color (decimal): -10751217 or 1045339. OLE color: 1045339.
HSL color Cylindrical-coordinate representation of color #5BF30F: hue angle of 100º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5BF30F is Cyan = 0.63, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 91 | 243 | 15 | - |
| CMYK | 0.63 | 0 | 0.94 | 0.05 |
| HSL | 100º | 0.9% | 0.51% | - |
| HSV(B) | 100º | 0.94% | 0.95% | - |
| XYZ | 36.45 | 66.36 | 11.34 | - |
| YUV | 171.56 | 39.64 | 70.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 243 | 15 | 0.63 | 0 | 0.94 | 0.05 | 100 | 0.9 | 0.51 |
| Hex | 5B | F3 | F | 3F | 0 | 5E | 5 | 64 | 5A | 33 |
| Octal | 133 | 363 | 17 | 77 | 0 | 136 | 5 | 144 | 132 | 63 |
| Binary | 1011011 | 11110011 | 1111 | 111111 | 0 | 1011110 | 101 | 1100100 | 1011010 | 110011 |
Color Harmonies of #5BF30F
Complementary color
Monochromatic Colors of #5BF30F
Black with #5BF30F
Text Example
Text Example
White with #5BF30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BF30F; }
p { color: rgb(91,243,15); }
H1.HeaderClassName
{
color: #5BF30F;
}
.AnyTagClassName
{
color: #5BF30F;
}
</style>
background-color css
<style>
a { background-color: #5BF30F; }
a { background-color: rgb(91,243,15); }
div.DivClassName
{
background-color: #5BF30F;
}
.BgClassName
{
background-color: #5BF30F;
}
</style>
border-color css
<style>
span { border-color: #5BF30F; }
span { border-color: rgb(91,243,15); }
td.TdClassName
{
border-color: #5BF30F;
}
.TagClassName
{
border-color: #5BF30F;
}
</style>