Html Css Color HEX #58F130 Bright Green

📋 copy color: '#58F130'

red 88 ◦ green 241 ◦ blue 48

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

Shades of Bright Green #58F130

Tints of Bright Green #58F130

RGB

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

 GREEN value IS 241 (94.53% from 255) = 63.93%

 BLUE value IS 48 (19.14% from 255) = 12.73%

R = 23.34%
G = 63.93%
B = 12.73%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#58F130 (or 0x58F130) is known color: Bright Green. HEX triplet: 58, F1 and 30. RGB value is (88,241,48). Sum of RGB (Red+Green+Blue) = 88+241+48=377 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.34% from 377); Green value is 241 (94.53% from 255 or 63.93% from 377); Blue value is 48 (19.14% from 255 or 12.73% from 377); Max value from RGB is 241 - color contains mainly: green. Hex color #58F130 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #58F130 is #A70ECF. Grayscale: #ADADAD. Windows color (decimal): -10948304 or 3207512. OLE color: 3207512.

HSL color Cylindrical-coordinate representation of color #58F130: hue angle of 107.56º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #58F130 is Cyan = 0.63, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 88 241 48 -
CMYK 0.63 0 0.80 0.05
HSL 107.56º 0.87% 0.57% -
HSV(B) 107.56º 0.8% 0.95% -
XYZ 36.01 65.2 13.48 -
YUV 173.25 57.31 67.19 -
System Red Green Blue C M Y K H S L
Decimal 88 241 48 0.63 0 0.80 0.05 107.56 0.87 0.57
Hex 58 F1 30 3F 0 50 5 6C 57 39
Octal 130 361 60 77 0 120 5 154 127 71
Binary 1011000 11110001 110000 111111 0 1010000 101 1101100 1010111 111001

Color Harmonies of #58F130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58F130

Black with #58F130

Text Example


Text Example

White with #58F130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,241,48); }

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

background-color css

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

 a { background-color: rgb(88,241,48); }

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

border-color css

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

 span { border-color: rgb(88,241,48); }

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