Shades of Bright Green #58FF32
Tints of Bright Green #58FF32
RGB
CMYK
RGB Variations
Color information
#58FF32 (or 0x58FF32) is known color: Bright Green. HEX triplet: 58, FF and 32. RGB value is (88,255,50). Sum of RGB (Red+Green+Blue) = 88+255+50=393 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.39% from 393); Green value is 255 (100% from 255 or 64.89% from 393); Blue value is 50 (19.92% from 255 or 12.72% from 393); Max value from RGB is 255 - color contains mainly: green. Hex color #58FF32 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #58FF32 is #A700CD. Grayscale: #B6B6B6. Windows color (decimal): -10944718 or 3342168. OLE color: 3342168.
HSL color Cylindrical-coordinate representation of color #58FF32: hue angle of 108.88º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #58FF32 is Cyan = 0.65, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 88 | 255 | 50 | - |
| CMYK | 0.65 | 0 | 0.80 | 0 |
| HSL | 108.88º | 1% | 0.6% | - |
| HSV(B) | 108.88º | 0.8% | 1% | - |
| XYZ | 40.36 | 73.83 | 15.14 | - |
| YUV | 181.7 | 53.67 | 61.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 255 | 50 | 0.65 | 0 | 0.80 | 0 | 108.88 | 1 | 0.6 |
| Hex | 58 | FF | 32 | 41 | 0 | 50 | 0 | 6D | 64 | 3C |
| Octal | 130 | 377 | 62 | 101 | 0 | 120 | 0 | 155 | 144 | 74 |
| Binary | 1011000 | 11111111 | 110010 | 1000001 | 0 | 1010000 | 0 | 1101101 | 1100100 | 111100 |
Color Harmonies of #58FF32
Complementary color
Monochromatic Colors of #58FF32
Black with #58FF32
Text Example
Text Example
White with #58FF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58FF32; }
p { color: rgb(88,255,50); }
H1.HeaderClassName
{
color: #58FF32;
}
.AnyTagClassName
{
color: #58FF32;
}
</style>
background-color css
<style>
a { background-color: #58FF32; }
a { background-color: rgb(88,255,50); }
div.DivClassName
{
background-color: #58FF32;
}
.BgClassName
{
background-color: #58FF32;
}
</style>
border-color css
<style>
span { border-color: #58FF32; }
span { border-color: rgb(88,255,50); }
td.TdClassName
{
border-color: #58FF32;
}
.TagClassName
{
border-color: #58FF32;
}
</style>