Shades of Bright Green #5BFB2D
Tints of Bright Green #5BFB2D
RGB
CMYK
RGB Variations
Color information
#5BFB2D (or 0x5BFB2D) is known color: Bright Green. HEX triplet: 5B, FB and 2D. RGB value is (91,251,45). Sum of RGB (Red+Green+Blue) = 91+251+45=387 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.51% from 387); Green value is 251 (98.44% from 255 or 64.86% from 387); Blue value is 45 (17.97% from 255 or 11.63% from 387); Max value from RGB is 251 - color contains mainly: green. Hex color #5BFB2D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5BFB2D is #A404D2. Grayscale: #B4B4B4. Windows color (decimal): -10749139 or 3013467. OLE color: 3013467.
HSL color Cylindrical-coordinate representation of color #5BFB2D: hue angle of 106.6º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5BFB2D is Cyan = 0.64, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 251 | 45 | - |
| CMYK | 0.64 | 0 | 0.82 | 0.02 |
| HSL | 106.6º | 0.96% | 0.58% | - |
| HSV(B) | 106.6º | 0.82% | 0.98% | - |
| XYZ | 39.29 | 71.41 | 14.2 | - |
| YUV | 179.68 | 51.99 | 64.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 251 | 45 | 0.64 | 0 | 0.82 | 0.02 | 106.6 | 0.96 | 0.58 |
| Hex | 5B | FB | 2D | 40 | 0 | 52 | 2 | 6B | 60 | 3A |
| Octal | 133 | 373 | 55 | 100 | 0 | 122 | 2 | 153 | 140 | 72 |
| Binary | 1011011 | 11111011 | 101101 | 1000000 | 0 | 1010010 | 10 | 1101011 | 1100000 | 111010 |
Color Harmonies of #5BFB2D
Complementary color
Monochromatic Colors of #5BFB2D
Black with #5BFB2D
Text Example
Text Example
White with #5BFB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFB2D; }
p { color: rgb(91,251,45); }
H1.HeaderClassName
{
color: #5BFB2D;
}
.AnyTagClassName
{
color: #5BFB2D;
}
</style>
background-color css
<style>
a { background-color: #5BFB2D; }
a { background-color: rgb(91,251,45); }
div.DivClassName
{
background-color: #5BFB2D;
}
.BgClassName
{
background-color: #5BFB2D;
}
</style>
border-color css
<style>
span { border-color: #5BFB2D; }
span { border-color: rgb(91,251,45); }
td.TdClassName
{
border-color: #5BFB2D;
}
.TagClassName
{
border-color: #5BFB2D;
}
</style>