Shades of Bright Green #5FE003
Tints of Bright Green #5FE003
RGB
CMYK
RGB Variations
Color information
#5FE003 (or 0x5FE003) is known color: Bright Green. HEX triplet: 5F, E0 and 03. RGB value is (95,224,3). Sum of RGB (Red+Green+Blue) = 95+224+3=322 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.50% from 322); Green value is 224 (87.89% from 255 or 69.57% from 322); Blue value is 3 (1.56% from 255 or 0.93% from 322); Max value from RGB is 224 - color contains mainly: green. Hex color #5FE003 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FE003 is #A01FFC. Grayscale: #A0A0A0. Windows color (decimal): -10493949 or 254047. OLE color: 254047.
HSL color Cylindrical-coordinate representation of color #5FE003: hue angle of 95.02º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5FE003 is Cyan = 0.58, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 95 | 224 | 3 | - |
| CMYK | 0.58 | 0 | 0.99 | 0.12 |
| HSL | 95.02º | 0.97% | 0.45% | - |
| HSV(B) | 95.02º | 0.99% | 0.88% | - |
| XYZ | 31.39 | 55.75 | 9.19 | - |
| YUV | 160.24 | 39.26 | 81.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 224 | 3 | 0.58 | 0 | 0.99 | 0.12 | 95.02 | 0.97 | 0.45 |
| Hex | 5F | E0 | 3 | 3A | 0 | 63 | C | 5F | 61 | 2D |
| Octal | 137 | 340 | 3 | 72 | 0 | 143 | 14 | 137 | 141 | 55 |
| Binary | 1011111 | 11100000 | 11 | 111010 | 0 | 1100011 | 1100 | 1011111 | 1100001 | 101101 |
Color Harmonies of #5FE003
Complementary color
Monochromatic Colors of #5FE003
Black with #5FE003
Text Example
Text Example
White with #5FE003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE003; }
p { color: rgb(95,224,3); }
H1.HeaderClassName
{
color: #5FE003;
}
.AnyTagClassName
{
color: #5FE003;
}
</style>
background-color css
<style>
a { background-color: #5FE003; }
a { background-color: rgb(95,224,3); }
div.DivClassName
{
background-color: #5FE003;
}
.BgClassName
{
background-color: #5FE003;
}
</style>
border-color css
<style>
span { border-color: #5FE003; }
span { border-color: rgb(95,224,3); }
td.TdClassName
{
border-color: #5FE003;
}
.TagClassName
{
border-color: #5FE003;
}
</style>