Shades of Bright Green #58ED2C
Tints of Bright Green #58ED2C
RGB
CMYK
RGB Variations
Color information
#58ED2C (or 0x58ED2C) is known color: Bright Green. HEX triplet: 58, ED and 2C. RGB value is (88,237,44). Sum of RGB (Red+Green+Blue) = 88+237+44=369 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.85% from 369); Green value is 237 (92.97% from 255 or 64.23% from 369); Blue value is 44 (17.58% from 255 or 11.92% from 369); Max value from RGB is 237 - color contains mainly: green. Hex color #58ED2C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #58ED2C is #A712D3. Grayscale: #ABABAB. Windows color (decimal): -10949332 or 2944344. OLE color: 2944344.
HSL color Cylindrical-coordinate representation of color #58ED2C: hue angle of 106.32º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #58ED2C is Cyan = 0.63, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 237 | 44 | - |
| CMYK | 0.63 | 0 | 0.81 | 0.07 |
| HSL | 106.32º | 0.84% | 0.55% | - |
| HSV(B) | 106.32º | 0.81% | 0.93% | - |
| XYZ | 34.76 | 62.82 | 12.68 | - |
| YUV | 170.45 | 56.64 | 69.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 237 | 44 | 0.63 | 0 | 0.81 | 0.07 | 106.32 | 0.84 | 0.55 |
| Hex | 58 | ED | 2C | 3F | 0 | 51 | 7 | 6A | 54 | 37 |
| Octal | 130 | 355 | 54 | 77 | 0 | 121 | 7 | 152 | 124 | 67 |
| Binary | 1011000 | 11101101 | 101100 | 111111 | 0 | 1010001 | 111 | 1101010 | 1010100 | 110111 |
Color Harmonies of #58ED2C
Complementary color
Monochromatic Colors of #58ED2C
Black with #58ED2C
Text Example
Text Example
White with #58ED2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58ED2C; }
p { color: rgb(88,237,44); }
H1.HeaderClassName
{
color: #58ED2C;
}
.AnyTagClassName
{
color: #58ED2C;
}
</style>
background-color css
<style>
a { background-color: #58ED2C; }
a { background-color: rgb(88,237,44); }
div.DivClassName
{
background-color: #58ED2C;
}
.BgClassName
{
background-color: #58ED2C;
}
</style>
border-color css
<style>
span { border-color: #58ED2C; }
span { border-color: rgb(88,237,44); }
td.TdClassName
{
border-color: #58ED2C;
}
.TagClassName
{
border-color: #58ED2C;
}
</style>