Shades of Bright Green #5FEC02
Tints of Bright Green #5FEC02
RGB
CMYK
RGB Variations
Color information
#5FEC02 (or 0x5FEC02) is known color: Bright Green. HEX triplet: 5F, EC and 02. RGB value is (95,236,2). Sum of RGB (Red+Green+Blue) = 95+236+2=333 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.53% from 333); Green value is 236 (92.58% from 255 or 70.87% from 333); Blue value is 2 (1.17% from 255 or 0.60% from 333); Max value from RGB is 236 - color contains mainly: green. Hex color #5FEC02 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5FEC02 is #A013FD. Grayscale: #A7A7A7. Windows color (decimal): -10490878 or 191583. OLE color: 191583.
HSL color Cylindrical-coordinate representation of color #5FEC02: hue angle of 96.15º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5FEC02 is Cyan = 0.60, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 95 | 236 | 2 | - |
| CMYK | 0.60 | 0 | 0.99 | 0.07 |
| HSL | 96.15º | 0.98% | 0.47% | - |
| HSV(B) | 96.15º | 0.99% | 0.93% | - |
| XYZ | 34.73 | 62.43 | 10.28 | - |
| YUV | 167.17 | 34.79 | 76.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 236 | 2 | 0.60 | 0 | 0.99 | 0.07 | 96.15 | 0.98 | 0.47 |
| Hex | 5F | EC | 2 | 3C | 0 | 63 | 7 | 60 | 62 | 2F |
| Octal | 137 | 354 | 2 | 74 | 0 | 143 | 7 | 140 | 142 | 57 |
| Binary | 1011111 | 11101100 | 10 | 111100 | 0 | 1100011 | 111 | 1100000 | 1100010 | 101111 |
Color Harmonies of #5FEC02
Complementary color
Monochromatic Colors of #5FEC02
Black with #5FEC02
Text Example
Text Example
White with #5FEC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEC02; }
p { color: rgb(95,236,2); }
H1.HeaderClassName
{
color: #5FEC02;
}
.AnyTagClassName
{
color: #5FEC02;
}
</style>
background-color css
<style>
a { background-color: #5FEC02; }
a { background-color: rgb(95,236,2); }
div.DivClassName
{
background-color: #5FEC02;
}
.BgClassName
{
background-color: #5FEC02;
}
</style>
border-color css
<style>
span { border-color: #5FEC02; }
span { border-color: rgb(95,236,2); }
td.TdClassName
{
border-color: #5FEC02;
}
.TagClassName
{
border-color: #5FEC02;
}
</style>