Shades of Bright Green #58EF1D
Tints of Bright Green #58EF1D
RGB
CMYK
RGB Variations
Color information
#58EF1D (or 0x58EF1D) is known color: Bright Green. HEX triplet: 58, EF and 1D. RGB value is (88,239,29). Sum of RGB (Red+Green+Blue) = 88+239+29=356 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.72% from 356); Green value is 239 (93.75% from 255 or 67.13% from 356); Blue value is 29 (11.72% from 255 or 8.15% from 356); Max value from RGB is 239 - color contains mainly: green. Hex color #58EF1D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #58EF1D is #A710E2. Grayscale: #AAAAAA. Windows color (decimal): -10948835 or 1961816. OLE color: 1961816.
HSL color Cylindrical-coordinate representation of color #58EF1D: hue angle of 103.14º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #58EF1D is Cyan = 0.63, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 88 | 239 | 29 | - |
| CMYK | 0.63 | 0 | 0.88 | 0.06 |
| HSL | 103.14º | 0.87% | 0.53% | - |
| HSV(B) | 103.14º | 0.88% | 0.94% | - |
| XYZ | 35.11 | 63.9 | 11.65 | - |
| YUV | 169.91 | 48.47 | 69.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 239 | 29 | 0.63 | 0 | 0.88 | 0.06 | 103.14 | 0.87 | 0.53 |
| Hex | 58 | EF | 1D | 3F | 0 | 58 | 6 | 67 | 57 | 35 |
| Octal | 130 | 357 | 35 | 77 | 0 | 130 | 6 | 147 | 127 | 65 |
| Binary | 1011000 | 11101111 | 11101 | 111111 | 0 | 1011000 | 110 | 1100111 | 1010111 | 110101 |
Color Harmonies of #58EF1D
Complementary color
Monochromatic Colors of #58EF1D
Black with #58EF1D
Text Example
Text Example
White with #58EF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58EF1D; }
p { color: rgb(88,239,29); }
H1.HeaderClassName
{
color: #58EF1D;
}
.AnyTagClassName
{
color: #58EF1D;
}
</style>
background-color css
<style>
a { background-color: #58EF1D; }
a { background-color: rgb(88,239,29); }
div.DivClassName
{
background-color: #58EF1D;
}
.BgClassName
{
background-color: #58EF1D;
}
</style>
border-color css
<style>
span { border-color: #58EF1D; }
span { border-color: rgb(88,239,29); }
td.TdClassName
{
border-color: #58EF1D;
}
.TagClassName
{
border-color: #58EF1D;
}
</style>