Shades of Bright Green #58F211
Tints of Bright Green #58F211
RGB
CMYK
RGB Variations
Color information
#58F211 (or 0x58F211) is known color: Bright Green. HEX triplet: 58, F2 and 11. RGB value is (88,242,17). Sum of RGB (Red+Green+Blue) = 88+242+17=347 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.36% from 347); Green value is 242 (94.92% from 255 or 69.74% from 347); Blue value is 17 (7.03% from 255 or 4.90% from 347); Max value from RGB is 242 - color contains mainly: green. Hex color #58F211 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #58F211 is #A70DEE. Grayscale: #ABABAB. Windows color (decimal): -10948079 or 1176152. OLE color: 1176152.
HSL color Cylindrical-coordinate representation of color #58F211: hue angle of 101.07º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #58F211 is Cyan = 0.64, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 88 | 242 | 17 | - |
| CMYK | 0.64 | 0 | 0.93 | 0.05 |
| HSL | 101.07º | 0.9% | 0.51% | - |
| HSV(B) | 101.07º | 0.93% | 0.95% | - |
| XYZ | 35.88 | 65.62 | 11.31 | - |
| YUV | 170.3 | 41.48 | 69.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 242 | 17 | 0.64 | 0 | 0.93 | 0.05 | 101.07 | 0.9 | 0.51 |
| Hex | 58 | F2 | 11 | 40 | 0 | 5D | 5 | 65 | 5A | 33 |
| Octal | 130 | 362 | 21 | 100 | 0 | 135 | 5 | 145 | 132 | 63 |
| Binary | 1011000 | 11110010 | 10001 | 1000000 | 0 | 1011101 | 101 | 1100101 | 1011010 | 110011 |
Color Harmonies of #58F211
Complementary color
Monochromatic Colors of #58F211
Black with #58F211
Text Example
Text Example
White with #58F211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58F211; }
p { color: rgb(88,242,17); }
H1.HeaderClassName
{
color: #58F211;
}
.AnyTagClassName
{
color: #58F211;
}
</style>
background-color css
<style>
a { background-color: #58F211; }
a { background-color: rgb(88,242,17); }
div.DivClassName
{
background-color: #58F211;
}
.BgClassName
{
background-color: #58F211;
}
</style>
border-color css
<style>
span { border-color: #58F211; }
span { border-color: rgb(88,242,17); }
td.TdClassName
{
border-color: #58F211;
}
.TagClassName
{
border-color: #58F211;
}
</style>