Shades of Bright Green #5FFB02
Tints of Bright Green #5FFB02
RGB
CMYK
RGB Variations
Color information
#5FFB02 (or 0x5FFB02) is known color: Bright Green. HEX triplet: 5F, FB and 02. RGB value is (95,251,2). Sum of RGB (Red+Green+Blue) = 95+251+2=348 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.30% from 348); Green value is 251 (98.44% from 255 or 72.13% from 348); Blue value is 2 (1.17% from 255 or 0.57% from 348); Max value from RGB is 251 - color contains mainly: green. Hex color #5FFB02 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5FFB02 is #A004FD. Grayscale: #B0B0B0. Windows color (decimal): -10487038 or 195423. OLE color: 195423.
HSL color Cylindrical-coordinate representation of color #5FFB02: hue angle of 97.59º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5FFB02 is Cyan = 0.62, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 251 | 2 | - |
| CMYK | 0.62 | 0 | 0.99 | 0.02 |
| HSL | 97.59º | 0.98% | 0.5% | - |
| HSV(B) | 97.59º | 0.99% | 0.98% | - |
| XYZ | 39.23 | 71.43 | 11.78 | - |
| YUV | 175.97 | 29.82 | 70.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 251 | 2 | 0.62 | 0 | 0.99 | 0.02 | 97.59 | 0.98 | 0.5 |
| Hex | 5F | FB | 2 | 3E | 0 | 63 | 2 | 62 | 62 | 32 |
| Octal | 137 | 373 | 2 | 76 | 0 | 143 | 2 | 142 | 142 | 62 |
| Binary | 1011111 | 11111011 | 10 | 111110 | 0 | 1100011 | 10 | 1100010 | 1100010 | 110010 |
Color Harmonies of #5FFB02
Complementary color
Monochromatic Colors of #5FFB02
Black with #5FFB02
Text Example
Text Example
White with #5FFB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFB02; }
p { color: rgb(95,251,2); }
H1.HeaderClassName
{
color: #5FFB02;
}
.AnyTagClassName
{
color: #5FFB02;
}
</style>
background-color css
<style>
a { background-color: #5FFB02; }
a { background-color: rgb(95,251,2); }
div.DivClassName
{
background-color: #5FFB02;
}
.BgClassName
{
background-color: #5FFB02;
}
</style>
border-color css
<style>
span { border-color: #5FFB02; }
span { border-color: rgb(95,251,2); }
td.TdClassName
{
border-color: #5FFB02;
}
.TagClassName
{
border-color: #5FFB02;
}
</style>