Html Css Color HEX #58F325 Bright Green

📋 copy color: '#58F325'

red 88 ◦ green 243 ◦ blue 37

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

Shades of Bright Green #58F325

Tints of Bright Green #58F325

RGB

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

 GREEN value IS 243 (95.31% from 255) = 66.03%

 BLUE value IS 37 (14.84% from 255) = 10.05%

R = 23.91%
G = 66.03%
B = 10.05%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#58F325 (or 0x58F325) is known color: Bright Green. HEX triplet: 58, F3 and 25. RGB value is (88,243,37). Sum of RGB (Red+Green+Blue) = 88+243+37=368 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.91% from 368); Green value is 243 (95.31% from 255 or 66.03% from 368); Blue value is 37 (14.84% from 255 or 10.05% from 368); Max value from RGB is 243 - color contains mainly: green. Hex color #58F325 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #58F325 is #A70CDA. Grayscale: #ADADAD. Windows color (decimal): -10947803 or 2487128. OLE color: 2487128.

HSL color Cylindrical-coordinate representation of color #58F325: hue angle of 105.15º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #58F325 is Cyan = 0.64, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB 88 243 37 -
CMYK 0.64 0 0.85 0.05
HSL 105.15º 0.9% 0.55% -
HSV(B) 105.15º 0.85% 0.95% -
XYZ 36.41 66.31 12.63 -
YUV 173.17 51.15 67.25 -
System Red Green Blue C M Y K H S L
Decimal 88 243 37 0.64 0 0.85 0.05 105.15 0.9 0.55
Hex 58 F3 25 40 0 55 5 69 5A 37
Octal 130 363 45 100 0 125 5 151 132 67
Binary 1011000 11110011 100101 1000000 0 1010101 101 1101001 1011010 110111

Color Harmonies of #58F325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58F325

Black with #58F325

Text Example


Text Example

White with #58F325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,243,37); }

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

background-color css

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

 a { background-color: rgb(88,243,37); }

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

border-color css

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

 span { border-color: rgb(88,243,37); }

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