Shades of Bright Green #58F213
Tints of Bright Green #58F213
RGB
CMYK
RGB Variations
Color information
#58F213 (or 0x58F213) is known color: Bright Green. HEX triplet: 58, F2 and 13. RGB value is (88,242,19). Sum of RGB (Red+Green+Blue) = 88+242+19=349 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.21% from 349); Green value is 242 (94.92% from 255 or 69.34% from 349); Blue value is 19 (7.81% from 255 or 5.44% from 349); Max value from RGB is 242 - color contains mainly: green. Hex color #58F213 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #58F213 is #A70DEC. Grayscale: #ABABAB. Windows color (decimal): -10948077 or 1307224. OLE color: 1307224.
HSL color Cylindrical-coordinate representation of color #58F213: hue angle of 101.43º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #58F213 is Cyan = 0.64, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 88 | 242 | 19 | - |
| CMYK | 0.64 | 0 | 0.92 | 0.05 |
| HSL | 101.44º | 0.9% | 0.51% | - |
| HSV(B) | 101.44º | 0.92% | 0.95% | - |
| XYZ | 35.89 | 65.63 | 11.39 | - |
| YUV | 170.53 | 42.48 | 69.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 242 | 19 | 0.64 | 0 | 0.92 | 0.05 | 101.44 | 0.9 | 0.51 |
| Hex | 58 | F2 | 13 | 40 | 0 | 5C | 5 | 65 | 5A | 33 |
| Octal | 130 | 362 | 23 | 100 | 0 | 134 | 5 | 145 | 132 | 63 |
| Binary | 1011000 | 11110010 | 10011 | 1000000 | 0 | 1011100 | 101 | 1100101 | 1011010 | 110011 |
Color Harmonies of #58F213
Complementary color
Monochromatic Colors of #58F213
Black with #58F213
Text Example
Text Example
White with #58F213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58F213; }
p { color: rgb(88,242,19); }
H1.HeaderClassName
{
color: #58F213;
}
.AnyTagClassName
{
color: #58F213;
}
</style>
background-color css
<style>
a { background-color: #58F213; }
a { background-color: rgb(88,242,19); }
div.DivClassName
{
background-color: #58F213;
}
.BgClassName
{
background-color: #58F213;
}
</style>
border-color css
<style>
span { border-color: #58F213; }
span { border-color: rgb(88,242,19); }
td.TdClassName
{
border-color: #58F213;
}
.TagClassName
{
border-color: #58F213;
}
</style>