Shades of Bright Green #58DF00
Tints of Bright Green #58DF00
RGB
CMYK
RGB Variations
Color information
#58DF00 (or 0x58DF00) is known color: Bright Green. HEX triplet: 58, DF and 00. RGB value is (88,223,0). Sum of RGB (Red+Green+Blue) = 88+223+0=311 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.30% from 311); Green value is 223 (87.5% from 255 or 71.70% from 311); Blue value is 0 (0.39% from 255 or 0% from 311); Max value from RGB is 223 - color contains mainly: green. Hex color #58DF00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #58DF00 is #A720FF. Grayscale: #9D9D9D. Windows color (decimal): -10952960 or 57176. OLE color: 57176.
HSL color Cylindrical-coordinate representation of color #58DF00: hue angle of 96.32º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #58DF00 is Cyan = 0.61, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 223 | 0 | - |
| CMYK | 0.61 | 0 | 1 | 0.13 |
| HSL | 96.32º | 1% | 0.44% | - |
| HSV(B) | 96.32º | 1% | 0.87% | - |
| XYZ | 30.41 | 54.85 | 8.98 | - |
| YUV | 157.21 | 39.27 | 78.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 223 | 0 | 0.61 | 0 | 1 | 0.13 | 96.32 | 1 | 0.44 |
| Hex | 58 | DF | 0 | 3D | 0 | 64 | D | 60 | 64 | 2C |
| Octal | 130 | 337 | 0 | 75 | 0 | 144 | 15 | 140 | 144 | 54 |
| Binary | 1011000 | 11011111 | 0 | 111101 | 0 | 1100100 | 1101 | 1100000 | 1100100 | 101100 |
Color Harmonies of #58DF00
Complementary color
Monochromatic Colors of #58DF00
Black with #58DF00
Text Example
Text Example
White with #58DF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58DF00; }
p { color: rgb(88,223,0); }
H1.HeaderClassName
{
color: #58DF00;
}
.AnyTagClassName
{
color: #58DF00;
}
</style>
background-color css
<style>
a { background-color: #58DF00; }
a { background-color: rgb(88,223,0); }
div.DivClassName
{
background-color: #58DF00;
}
.BgClassName
{
background-color: #58DF00;
}
</style>
border-color css
<style>
span { border-color: #58DF00; }
span { border-color: rgb(88,223,0); }
td.TdClassName
{
border-color: #58DF00;
}
.TagClassName
{
border-color: #58DF00;
}
</style>