Shades of Bright Green #5BFA1E
Tints of Bright Green #5BFA1E
RGB
CMYK
RGB Variations
Color information
#5BFA1E (or 0x5BFA1E) is known color: Bright Green. HEX triplet: 5B, FA and 1E. RGB value is (91,250,30). Sum of RGB (Red+Green+Blue) = 91+250+30=371 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.53% from 371); Green value is 250 (98.05% from 255 or 67.39% from 371); Blue value is 30 (12.11% from 255 or 8.09% from 371); Max value from RGB is 250 - color contains mainly: green. Hex color #5BFA1E is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5BFA1E is #A405E1. Grayscale: #B2B2B2. Windows color (decimal): -10749410 or 2030171. OLE color: 2030171.
HSL color Cylindrical-coordinate representation of color #5BFA1E: hue angle of 103.36º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5BFA1E is Cyan = 0.64, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 250 | 30 | - |
| CMYK | 0.64 | 0 | 0.88 | 0.02 |
| HSL | 103.36º | 0.96% | 0.55% | - |
| HSV(B) | 103.36º | 0.88% | 0.98% | - |
| XYZ | 38.73 | 70.69 | 12.83 | - |
| YUV | 177.38 | 44.82 | 66.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 250 | 30 | 0.64 | 0 | 0.88 | 0.02 | 103.36 | 0.96 | 0.55 |
| Hex | 5B | FA | 1E | 40 | 0 | 58 | 2 | 67 | 60 | 37 |
| Octal | 133 | 372 | 36 | 100 | 0 | 130 | 2 | 147 | 140 | 67 |
| Binary | 1011011 | 11111010 | 11110 | 1000000 | 0 | 1011000 | 10 | 1100111 | 1100000 | 110111 |
Color Harmonies of #5BFA1E
Complementary color
Monochromatic Colors of #5BFA1E
Black with #5BFA1E
Text Example
Text Example
White with #5BFA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFA1E; }
p { color: rgb(91,250,30); }
H1.HeaderClassName
{
color: #5BFA1E;
}
.AnyTagClassName
{
color: #5BFA1E;
}
</style>
background-color css
<style>
a { background-color: #5BFA1E; }
a { background-color: rgb(91,250,30); }
div.DivClassName
{
background-color: #5BFA1E;
}
.BgClassName
{
background-color: #5BFA1E;
}
</style>
border-color css
<style>
span { border-color: #5BFA1E; }
span { border-color: rgb(91,250,30); }
td.TdClassName
{
border-color: #5BFA1E;
}
.TagClassName
{
border-color: #5BFA1E;
}
</style>