Html Css Color HEX #58F80F Bright Green

📋 copy color: '#58F80F'

red 88 ◦ green 248 ◦ blue 15

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

Shades of Bright Green #58F80F

Tints of Bright Green #58F80F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.27%

R = 25.07%
G = 70.66%
B = 4.27%

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

#58F80F (or 0x58F80F) is known color: Bright Green. HEX triplet: 58, F8 and 0F. RGB value is (88,248,15). Sum of RGB (Red+Green+Blue) = 88+248+15=351 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.07% from 351); Green value is 248 (97.27% from 255 or 70.66% from 351); Blue value is 15 (6.25% from 255 or 4.27% from 351); Max value from RGB is 248 - color contains mainly: green. Hex color #58F80F is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #58F80F is #A707F0. Grayscale: #AEAEAE. Windows color (decimal): -10946545 or 1046616. OLE color: 1046616.

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

Color convert

RGB 88 248 15 -
CMYK 0.65 0 0.94 0.03
HSL 101.2º 0.94% 0.52% -
HSV(B) 101.2º 0.94% 0.97% -
XYZ 37.68 69.24 11.83 -
YUV 173.6 38.49 66.95 -
System Red Green Blue C M Y K H S L
Decimal 88 248 15 0.65 0 0.94 0.03 101.2 0.94 0.52
Hex 58 F8 F 41 0 5E 3 65 5E 34
Octal 130 370 17 101 0 136 3 145 136 64
Binary 1011000 11111000 1111 1000001 0 1011110 11 1100101 1011110 110100

Color Harmonies of #58F80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58F80F

Black with #58F80F

Text Example


Text Example

White with #58F80F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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