Shades of Bright Green #58FE20
Tints of Bright Green #58FE20
RGB
CMYK
RGB Variations
Color information
#58FE20 (or 0x58FE20) is known color: Bright Green. HEX triplet: 58, FE and 20. RGB value is (88,254,32). Sum of RGB (Red+Green+Blue) = 88+254+32=374 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.53% from 374); Green value is 254 (99.61% from 255 or 67.91% from 374); Blue value is 32 (12.89% from 255 or 8.56% from 374); Max value from RGB is 254 - color contains mainly: green. Hex color #58FE20 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #58FE20 is #A701DF. Grayscale: #B3B3B3. Windows color (decimal): -10944992 or 2162264. OLE color: 2162264.
HSL color Cylindrical-coordinate representation of color #58FE20: hue angle of 104.86º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #58FE20 is Cyan = 0.65, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 88 | 254 | 32 | - |
| CMYK | 0.65 | 0 | 0.87 | 0.00 |
| HSL | 104.86º | 0.99% | 0.56% | - |
| HSV(B) | 104.86º | 0.87% | 1% | - |
| XYZ | 39.73 | 73.06 | 13.38 | - |
| YUV | 179.06 | 45 | 63.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 254 | 32 | 0.65 | 0 | 0.87 | 0.00 | 104.86 | 0.99 | 0.56 |
| Hex | 58 | FE | 20 | 41 | 0 | 57 | 0 | 69 | 63 | 38 |
| Octal | 130 | 376 | 40 | 101 | 0 | 127 | 0 | 151 | 143 | 70 |
| Binary | 1011000 | 11111110 | 100000 | 1000001 | 0 | 1010111 | 0 | 1101001 | 1100011 | 111000 |
Color Harmonies of #58FE20
Complementary color
Monochromatic Colors of #58FE20
Black with #58FE20
Text Example
Text Example
White with #58FE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58FE20; }
p { color: rgb(88,254,32); }
H1.HeaderClassName
{
color: #58FE20;
}
.AnyTagClassName
{
color: #58FE20;
}
</style>
background-color css
<style>
a { background-color: #58FE20; }
a { background-color: rgb(88,254,32); }
div.DivClassName
{
background-color: #58FE20;
}
.BgClassName
{
background-color: #58FE20;
}
</style>
border-color css
<style>
span { border-color: #58FE20; }
span { border-color: rgb(88,254,32); }
td.TdClassName
{
border-color: #58FE20;
}
.TagClassName
{
border-color: #58FE20;
}
</style>