Shades of Bright Green #58F32B
Tints of Bright Green #58F32B
RGB
CMYK
RGB Variations
Color information
#58F32B (or 0x58F32B) is known color: Bright Green. HEX triplet: 58, F3 and 2B. RGB value is (88,243,43). Sum of RGB (Red+Green+Blue) = 88+243+43=374 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.53% from 374); Green value is 243 (95.31% from 255 or 64.97% from 374); Blue value is 43 (17.19% from 255 or 11.50% from 374); Max value from RGB is 243 - color contains mainly: green. Hex color #58F32B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #58F32B is #A70CD4. Grayscale: #AEAEAE. Windows color (decimal): -10947797 or 2880344. OLE color: 2880344.
HSL color Cylindrical-coordinate representation of color #58F32B: hue angle of 106.5º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #58F32B is Cyan = 0.64, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 88 | 243 | 43 | - |
| CMYK | 0.64 | 0 | 0.82 | 0.05 |
| HSL | 106.5º | 0.89% | 0.56% | - |
| HSV(B) | 106.5º | 0.82% | 0.95% | - |
| XYZ | 36.51 | 66.35 | 13.17 | - |
| YUV | 173.86 | 54.15 | 66.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 243 | 43 | 0.64 | 0 | 0.82 | 0.05 | 106.5 | 0.89 | 0.56 |
| Hex | 58 | F3 | 2B | 40 | 0 | 52 | 5 | 6A | 59 | 38 |
| Octal | 130 | 363 | 53 | 100 | 0 | 122 | 5 | 152 | 131 | 70 |
| Binary | 1011000 | 11110011 | 101011 | 1000000 | 0 | 1010010 | 101 | 1101010 | 1011001 | 111000 |
Color Harmonies of #58F32B
Complementary color
Monochromatic Colors of #58F32B
Black with #58F32B
Text Example
Text Example
White with #58F32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58F32B; }
p { color: rgb(88,243,43); }
H1.HeaderClassName
{
color: #58F32B;
}
.AnyTagClassName
{
color: #58F32B;
}
</style>
background-color css
<style>
a { background-color: #58F32B; }
a { background-color: rgb(88,243,43); }
div.DivClassName
{
background-color: #58F32B;
}
.BgClassName
{
background-color: #58F32B;
}
</style>
border-color css
<style>
span { border-color: #58F32B; }
span { border-color: rgb(88,243,43); }
td.TdClassName
{
border-color: #58F32B;
}
.TagClassName
{
border-color: #58F32B;
}
</style>