Shades of Bright Green #58FA03
Tints of Bright Green #58FA03
RGB
CMYK
RGB Variations
Color information
#58FA03 (or 0x58FA03) is known color: Bright Green. HEX triplet: 58, FA and 03. RGB value is (88,250,3). Sum of RGB (Red+Green+Blue) = 88+250+3=341 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.81% from 341); Green value is 250 (98.05% from 255 or 73.31% from 341); Blue value is 3 (1.56% from 255 or 0.88% from 341); Max value from RGB is 250 - color contains mainly: green. Hex color #58FA03 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #58FA03 is #A705FC. Grayscale: #AEAEAE. Windows color (decimal): -10946045 or 260696. OLE color: 260696.
HSL color Cylindrical-coordinate representation of color #58FA03: hue angle of 99.35º 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 #58FA03 is Cyan = 0.65, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 88 | 250 | 3 | - |
| CMYK | 0.65 | 0 | 0.99 | 0.02 |
| HSL | 99.35º | 0.98% | 0.5% | - |
| HSV(B) | 99.35º | 0.99% | 0.98% | - |
| XYZ | 38.23 | 70.45 | 11.67 | - |
| YUV | 173.4 | 31.83 | 67.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 250 | 3 | 0.65 | 0 | 0.99 | 0.02 | 99.35 | 0.98 | 0.5 |
| Hex | 58 | FA | 3 | 41 | 0 | 63 | 2 | 63 | 62 | 32 |
| Octal | 130 | 372 | 3 | 101 | 0 | 143 | 2 | 143 | 142 | 62 |
| Binary | 1011000 | 11111010 | 11 | 1000001 | 0 | 1100011 | 10 | 1100011 | 1100010 | 110010 |
Color Harmonies of #58FA03
Complementary color
Monochromatic Colors of #58FA03
Black with #58FA03
Text Example
Text Example
White with #58FA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58FA03; }
p { color: rgb(88,250,3); }
H1.HeaderClassName
{
color: #58FA03;
}
.AnyTagClassName
{
color: #58FA03;
}
</style>
background-color css
<style>
a { background-color: #58FA03; }
a { background-color: rgb(88,250,3); }
div.DivClassName
{
background-color: #58FA03;
}
.BgClassName
{
background-color: #58FA03;
}
</style>
border-color css
<style>
span { border-color: #58FA03; }
span { border-color: rgb(88,250,3); }
td.TdClassName
{
border-color: #58FA03;
}
.TagClassName
{
border-color: #58FA03;
}
</style>