Shades of Bright Green #58FF02
Tints of Bright Green #58FF02
RGB
CMYK
RGB Variations
Color information
#58FF02 (or 0x58FF02) is known color: Bright Green. HEX triplet: 58, FF and 02. RGB value is (88,255,2). Sum of RGB (Red+Green+Blue) = 88+255+2=345 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.51% from 345); Green value is 255 (100% from 255 or 73.91% from 345); Blue value is 2 (1.17% from 255 or 0.58% from 345); Max value from RGB is 255 - color contains mainly: green. Hex color #58FF02 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #58FF02 is #A700FD. Grayscale: #B1B1B1. Windows color (decimal): -10944766 or 196440. OLE color: 196440.
HSL color Cylindrical-coordinate representation of color #58FF02: hue angle of 99.6º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #58FF02 is Cyan = 0.65, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 88 | 255 | 2 | - |
| CMYK | 0.65 | 0 | 0.99 | 0 |
| HSL | 99.6º | 1% | 0.5% | - |
| HSV(B) | 99.6º | 0.99% | 1% | - |
| XYZ | 39.8 | 73.6 | 12.17 | - |
| YUV | 176.23 | 29.67 | 65.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 255 | 2 | 0.65 | 0 | 0.99 | 0 | 99.6 | 1 | 0.5 |
| Hex | 58 | FF | 2 | 41 | 0 | 63 | 0 | 64 | 64 | 32 |
| Octal | 130 | 377 | 2 | 101 | 0 | 143 | 0 | 144 | 144 | 62 |
| Binary | 1011000 | 11111111 | 10 | 1000001 | 0 | 1100011 | 0 | 1100100 | 1100100 | 110010 |
Color Harmonies of #58FF02
Complementary color
Monochromatic Colors of #58FF02
Black with #58FF02
Text Example
Text Example
White with #58FF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58FF02; }
p { color: rgb(88,255,2); }
H1.HeaderClassName
{
color: #58FF02;
}
.AnyTagClassName
{
color: #58FF02;
}
</style>
background-color css
<style>
a { background-color: #58FF02; }
a { background-color: rgb(88,255,2); }
div.DivClassName
{
background-color: #58FF02;
}
.BgClassName
{
background-color: #58FF02;
}
</style>
border-color css
<style>
span { border-color: #58FF02; }
span { border-color: rgb(88,255,2); }
td.TdClassName
{
border-color: #58FF02;
}
.TagClassName
{
border-color: #58FF02;
}
</style>