Shades of Bright Green #58FE00
Tints of Bright Green #58FE00
RGB
CMYK
RGB Variations
Color information
#58FE00 (or 0x58FE00) is known color: Bright Green. HEX triplet: 58, FE and 00. RGB value is (88,254,0). Sum of RGB (Red+Green+Blue) = 88+254+0=342 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.73% from 342); Green value is 254 (99.61% from 255 or 74.27% from 342); Blue value is 0 (0.39% from 255 or 0% from 342); Max value from RGB is 254 - color contains mainly: green. Hex color #58FE00 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #58FE00 is #A701FF. Grayscale: #B0B0B0. Windows color (decimal): -10945024 or 65112. OLE color: 65112.
HSL color Cylindrical-coordinate representation of color #58FE00: hue angle of 99.21º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #58FE00 is Cyan = 0.65, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 88 | 254 | 0 | - |
| CMYK | 0.65 | 0 | 1 | 0.00 |
| HSL | 99.21º | 1% | 0.5% | - |
| HSV(B) | 99.21º | 1% | 1% | - |
| XYZ | 39.47 | 72.96 | 12 | - |
| YUV | 175.41 | 29 | 65.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 254 | 0 | 0.65 | 0 | 1 | 0.00 | 99.21 | 1 | 0.5 |
| Hex | 58 | FE | 0 | 41 | 0 | 64 | 0 | 63 | 64 | 32 |
| Octal | 130 | 376 | 0 | 101 | 0 | 144 | 0 | 143 | 144 | 62 |
| Binary | 1011000 | 11111110 | 0 | 1000001 | 0 | 1100100 | 0 | 1100011 | 1100100 | 110010 |
Color Harmonies of #58FE00
Complementary color
Monochromatic Colors of #58FE00
Black with #58FE00
Text Example
Text Example
White with #58FE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58FE00; }
p { color: rgb(88,254,0); }
H1.HeaderClassName
{
color: #58FE00;
}
.AnyTagClassName
{
color: #58FE00;
}
</style>
background-color css
<style>
a { background-color: #58FE00; }
a { background-color: rgb(88,254,0); }
div.DivClassName
{
background-color: #58FE00;
}
.BgClassName
{
background-color: #58FE00;
}
</style>
border-color css
<style>
span { border-color: #58FE00; }
span { border-color: rgb(88,254,0); }
td.TdClassName
{
border-color: #58FE00;
}
.TagClassName
{
border-color: #58FE00;
}
</style>