Shades of Bright Green #58E314
Tints of Bright Green #58E314
RGB
CMYK
RGB Variations
Color information
#58E314 (or 0x58E314) is known color: Bright Green. HEX triplet: 58, E3 and 14. RGB value is (88,227,20). Sum of RGB (Red+Green+Blue) = 88+227+20=335 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.27% from 335); Green value is 227 (89.06% from 255 or 67.76% from 335); Blue value is 20 (8.20% from 255 or 5.97% from 335); Max value from RGB is 227 - color contains mainly: green. Hex color #58E314 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #58E314 is #A71CEB. Grayscale: #A2A2A2. Windows color (decimal): -10951916 or 1368920. OLE color: 1368920.
HSL color Cylindrical-coordinate representation of color #58E314: hue angle of 100.29º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #58E314 is Cyan = 0.61, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 88 | 227 | 20 | - |
| CMYK | 0.61 | 0 | 0.91 | 0.11 |
| HSL | 100.29º | 0.84% | 0.48% | - |
| HSV(B) | 100.29º | 0.91% | 0.89% | - |
| XYZ | 31.62 | 57.06 | 10.01 | - |
| YUV | 161.84 | 47.95 | 75.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 227 | 20 | 0.61 | 0 | 0.91 | 0.11 | 100.29 | 0.84 | 0.48 |
| Hex | 58 | E3 | 14 | 3D | 0 | 5B | B | 64 | 54 | 30 |
| Octal | 130 | 343 | 24 | 75 | 0 | 133 | 13 | 144 | 124 | 60 |
| Binary | 1011000 | 11100011 | 10100 | 111101 | 0 | 1011011 | 1011 | 1100100 | 1010100 | 110000 |
Color Harmonies of #58E314
Complementary color
Monochromatic Colors of #58E314
Black with #58E314
Text Example
Text Example
White with #58E314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58E314; }
p { color: rgb(88,227,20); }
H1.HeaderClassName
{
color: #58E314;
}
.AnyTagClassName
{
color: #58E314;
}
</style>
background-color css
<style>
a { background-color: #58E314; }
a { background-color: rgb(88,227,20); }
div.DivClassName
{
background-color: #58E314;
}
.BgClassName
{
background-color: #58E314;
}
</style>
border-color css
<style>
span { border-color: #58E314; }
span { border-color: rgb(88,227,20); }
td.TdClassName
{
border-color: #58E314;
}
.TagClassName
{
border-color: #58E314;
}
</style>