Html Css Color HEX #58F80E Bright Green

📋 copy color: '#58F80E'

red 88 ◦ green 248 ◦ blue 14

#58F80E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Green #58F80E

Tints of Bright Green #58F80E

RGB

 RED value IS 88 (34.77% from 255) = 25.14%

 GREEN value IS 248 (97.27% from 255) = 70.86%

 BLUE value IS 14 (5.86% from 255) = 4%

R = 25.14%
G = 70.86%
B = 4%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.94

 K value IS 0.03

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#58F80E (or 0x58F80E) is known color: Bright Green. HEX triplet: 58, F8 and 0E. RGB value is (88,248,14). Sum of RGB (Red+Green+Blue) = 88+248+14=350 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.14% from 350); Green value is 248 (97.27% from 255 or 70.86% from 350); Blue value is 14 (5.86% from 255 or 4% from 350); Max value from RGB is 248 - color contains mainly: green. Hex color #58F80E is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #58F80E is #A707F1. Grayscale: #AEAEAE. Windows color (decimal): -10946546 or 981080. OLE color: 981080.

HSL color Cylindrical-coordinate representation of color #58F80E: hue angle of 101.03º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #58F80E is Cyan = 0.65, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.

Color convert

RGB 88 248 14 -
CMYK 0.65 0 0.94 0.03
HSL 101.03º 0.94% 0.51% -
HSV(B) 101.03º 0.94% 0.97% -
XYZ 37.67 69.24 11.79 -
YUV 173.48 37.99 67.03 -
System Red Green Blue C M Y K H S L
Decimal 88 248 14 0.65 0 0.94 0.03 101.03 0.94 0.51
Hex 58 F8 E 41 0 5E 3 65 5E 33
Octal 130 370 16 101 0 136 3 145 136 63
Binary 1011000 11111000 1110 1000001 0 1011110 11 1100101 1011110 110011

Color Harmonies of #58F80E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58F80E

Black with #58F80E

Text Example


Text Example

White with #58F80E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58F80E; }

 p { color: rgb(88,248,14); }

 H1.HeaderClassName
 {
   color: #58F80E;
 }
 .AnyTagClassName
 {
   color: #58F80E;
 }
</style>

background-color css

<style>
 a { background-color: #58F80E; }

 a { background-color: rgb(88,248,14); }

 div.DivClassName
 {
   background-color: #58F80E;
 }
 .BgClassName
 {
   background-color: #58F80E;
 }
</style>

border-color css

<style>
 span { border-color: #58F80E; }

 span { border-color: rgb(88,248,14); }

 td.TdClassName
 {
   border-color: #58F80E;
 }
 .TagClassName
 {
   border-color: #58F80E;
 }
</style>