Shades of Bright Green #58FE2D
Tints of Bright Green #58FE2D
RGB
CMYK
RGB Variations
Color information
#58FE2D (or 0x58FE2D) is known color: Bright Green. HEX triplet: 58, FE and 2D. RGB value is (88,254,45). Sum of RGB (Red+Green+Blue) = 88+254+45=387 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.74% from 387); Green value is 254 (99.61% from 255 or 65.63% from 387); Blue value is 45 (17.97% from 255 or 11.63% from 387); Max value from RGB is 254 - color contains mainly: green. Hex color #58FE2D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #58FE2D is #A701D2. Grayscale: #B5B5B5. Windows color (decimal): -10944979 or 3014232. OLE color: 3014232.
HSL color Cylindrical-coordinate representation of color #58FE2D: hue angle of 107.66º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #58FE2D is Cyan = 0.65, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 88 | 254 | 45 | - |
| CMYK | 0.65 | 0 | 0.82 | 0.00 |
| HSL | 107.66º | 0.99% | 0.59% | - |
| HSV(B) | 107.66º | 0.82% | 1% | - |
| XYZ | 39.94 | 73.15 | 14.5 | - |
| YUV | 180.54 | 51.5 | 61.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 254 | 45 | 0.65 | 0 | 0.82 | 0.00 | 107.66 | 0.99 | 0.59 |
| Hex | 58 | FE | 2D | 41 | 0 | 52 | 0 | 6C | 63 | 3B |
| Octal | 130 | 376 | 55 | 101 | 0 | 122 | 0 | 154 | 143 | 73 |
| Binary | 1011000 | 11111110 | 101101 | 1000001 | 0 | 1010010 | 0 | 1101100 | 1100011 | 111011 |
Color Harmonies of #58FE2D
Complementary color
Monochromatic Colors of #58FE2D
Black with #58FE2D
Text Example
Text Example
White with #58FE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58FE2D; }
p { color: rgb(88,254,45); }
H1.HeaderClassName
{
color: #58FE2D;
}
.AnyTagClassName
{
color: #58FE2D;
}
</style>
background-color css
<style>
a { background-color: #58FE2D; }
a { background-color: rgb(88,254,45); }
div.DivClassName
{
background-color: #58FE2D;
}
.BgClassName
{
background-color: #58FE2D;
}
</style>
border-color css
<style>
span { border-color: #58FE2D; }
span { border-color: rgb(88,254,45); }
td.TdClassName
{
border-color: #58FE2D;
}
.TagClassName
{
border-color: #58FE2D;
}
</style>