Shades of Bright Green #58F12A
Tints of Bright Green #58F12A
RGB
CMYK
RGB Variations
Color information
#58F12A (or 0x58F12A) is known color: Bright Green. HEX triplet: 58, F1 and 2A. RGB value is (88,241,42). Sum of RGB (Red+Green+Blue) = 88+241+42=371 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.72% from 371); Green value is 241 (94.53% from 255 or 64.96% from 371); Blue value is 42 (16.80% from 255 or 11.32% from 371); Max value from RGB is 241 - color contains mainly: green. Hex color #58F12A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #58F12A is #A70ED5. Grayscale: #ADADAD. Windows color (decimal): -10948310 or 2814296. OLE color: 2814296.
HSL color Cylindrical-coordinate representation of color #58F12A: hue angle of 106.13º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #58F12A is Cyan = 0.63, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 88 | 241 | 42 | - |
| CMYK | 0.63 | 0 | 0.83 | 0.05 |
| HSL | 106.13º | 0.88% | 0.55% | - |
| HSV(B) | 106.13º | 0.83% | 0.95% | - |
| XYZ | 35.9 | 65.15 | 12.87 | - |
| YUV | 172.57 | 54.31 | 67.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 241 | 42 | 0.63 | 0 | 0.83 | 0.05 | 106.13 | 0.88 | 0.55 |
| Hex | 58 | F1 | 2A | 3F | 0 | 53 | 5 | 6A | 58 | 37 |
| Octal | 130 | 361 | 52 | 77 | 0 | 123 | 5 | 152 | 130 | 67 |
| Binary | 1011000 | 11110001 | 101010 | 111111 | 0 | 1010011 | 101 | 1101010 | 1011000 | 110111 |
Color Harmonies of #58F12A
Complementary color
Monochromatic Colors of #58F12A
Black with #58F12A
Text Example
Text Example
White with #58F12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58F12A; }
p { color: rgb(88,241,42); }
H1.HeaderClassName
{
color: #58F12A;
}
.AnyTagClassName
{
color: #58F12A;
}
</style>
background-color css
<style>
a { background-color: #58F12A; }
a { background-color: rgb(88,241,42); }
div.DivClassName
{
background-color: #58F12A;
}
.BgClassName
{
background-color: #58F12A;
}
</style>
border-color css
<style>
span { border-color: #58F12A; }
span { border-color: rgb(88,241,42); }
td.TdClassName
{
border-color: #58F12A;
}
.TagClassName
{
border-color: #58F12A;
}
</style>