Shades of Bright Green #58F002
Tints of Bright Green #58F002
RGB
CMYK
RGB Variations
Color information
#58F002 (or 0x58F002) is known color: Bright Green. HEX triplet: 58, F0 and 02. RGB value is (88,240,2). Sum of RGB (Red+Green+Blue) = 88+240+2=330 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.67% from 330); Green value is 240 (94.14% from 255 or 72.73% from 330); Blue value is 2 (1.17% from 255 or 0.61% from 330); Max value from RGB is 240 - color contains mainly: green. Hex color #58F002 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #58F002 is #A70FFD. Grayscale: #A8A8A8. Windows color (decimal): -10948606 or 192600. OLE color: 192600.
HSL color Cylindrical-coordinate representation of color #58F002: hue angle of 98.32º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #58F002 is Cyan = 0.63, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 88 | 240 | 2 | - |
| CMYK | 0.63 | 0 | 0.99 | 0.06 |
| HSL | 98.32º | 0.98% | 0.47% | - |
| HSV(B) | 98.32º | 0.99% | 0.94% | - |
| XYZ | 35.2 | 64.4 | 10.63 | - |
| YUV | 167.42 | 34.64 | 71.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 240 | 2 | 0.63 | 0 | 0.99 | 0.06 | 98.32 | 0.98 | 0.47 |
| Hex | 58 | F0 | 2 | 3F | 0 | 63 | 6 | 62 | 62 | 2F |
| Octal | 130 | 360 | 2 | 77 | 0 | 143 | 6 | 142 | 142 | 57 |
| Binary | 1011000 | 11110000 | 10 | 111111 | 0 | 1100011 | 110 | 1100010 | 1100010 | 101111 |
Color Harmonies of #58F002
Complementary color
Monochromatic Colors of #58F002
Black with #58F002
Text Example
Text Example
White with #58F002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58F002; }
p { color: rgb(88,240,2); }
H1.HeaderClassName
{
color: #58F002;
}
.AnyTagClassName
{
color: #58F002;
}
</style>
background-color css
<style>
a { background-color: #58F002; }
a { background-color: rgb(88,240,2); }
div.DivClassName
{
background-color: #58F002;
}
.BgClassName
{
background-color: #58F002;
}
</style>
border-color css
<style>
span { border-color: #58F002; }
span { border-color: rgb(88,240,2); }
td.TdClassName
{
border-color: #58F002;
}
.TagClassName
{
border-color: #58F002;
}
</style>