Shades of Bright Green #58FB1E
Tints of Bright Green #58FB1E
RGB
CMYK
RGB Variations
Color information
#58FB1E (or 0x58FB1E) is known color: Bright Green. HEX triplet: 58, FB and 1E. RGB value is (88,251,30). Sum of RGB (Red+Green+Blue) = 88+251+30=369 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.85% from 369); Green value is 251 (98.44% from 255 or 68.02% from 369); Blue value is 30 (12.11% from 255 or 8.13% from 369); Max value from RGB is 251 - color contains mainly: green. Hex color #58FB1E is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #58FB1E is #A704E1. Grayscale: #B1B1B1. Windows color (decimal): -10945762 or 2030424. OLE color: 2030424.
HSL color Cylindrical-coordinate representation of color #58FB1E: hue angle of 104.25º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #58FB1E is Cyan = 0.65, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 88 | 251 | 30 | - |
| CMYK | 0.65 | 0 | 0.88 | 0.02 |
| HSL | 104.25º | 0.97% | 0.55% | - |
| HSV(B) | 104.25º | 0.88% | 0.98% | - |
| XYZ | 38.76 | 71.16 | 12.92 | - |
| YUV | 177.07 | 45 | 64.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 251 | 30 | 0.65 | 0 | 0.88 | 0.02 | 104.25 | 0.97 | 0.55 |
| Hex | 58 | FB | 1E | 41 | 0 | 58 | 2 | 68 | 61 | 37 |
| Octal | 130 | 373 | 36 | 101 | 0 | 130 | 2 | 150 | 141 | 67 |
| Binary | 1011000 | 11111011 | 11110 | 1000001 | 0 | 1011000 | 10 | 1101000 | 1100001 | 110111 |
Color Harmonies of #58FB1E
Complementary color
Monochromatic Colors of #58FB1E
Black with #58FB1E
Text Example
Text Example
White with #58FB1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58FB1E; }
p { color: rgb(88,251,30); }
H1.HeaderClassName
{
color: #58FB1E;
}
.AnyTagClassName
{
color: #58FB1E;
}
</style>
background-color css
<style>
a { background-color: #58FB1E; }
a { background-color: rgb(88,251,30); }
div.DivClassName
{
background-color: #58FB1E;
}
.BgClassName
{
background-color: #58FB1E;
}
</style>
border-color css
<style>
span { border-color: #58FB1E; }
span { border-color: rgb(88,251,30); }
td.TdClassName
{
border-color: #58FB1E;
}
.TagClassName
{
border-color: #58FB1E;
}
</style>