#58FF32

Color #58FF32 Bright Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Green #58FF32

Tints of Bright Green #58FF32

Color information

#58FF32 (or 0x58FF32) is unknown color: approx Bright Green. HEX triplet: 58, FF and 32. RGB value is (88,255,50). Sum of RGB (Red+Green+Blue) = 88+255+50=393 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.39% from 393); Green value is 255 (100% from 255 or 64.89% from 393); Blue value is 50 (19.92% from 255 or 12.72% from 393); Max value from RGB is 255 - color contains mainly: green. Hex color #58FF32 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #58FF32 is #A700CD. Grayscale: #B6B6B6. Windows color (decimal): -10944718 or 3342168. OLE color: 3342168.

HSL color Cylindrical-coordinate representation of color #58FF32: hue angle of 108.88º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #58FF32 is Cyan = 0.65, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.

Color convert

RGB8825550-
CMYK0.6500.800
HSL108.88º100%59.8%-
HSV(B)108.88º80.39%100%-
XYZ40.3673.8215.14-
YUV181.753.6761.17-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.39%
GREEN value IS 255 (100% from 255) = 64.89%
BLUE value IS 50 (19.92% from 255) = 12.72%
R=22.39%
G=64.89%
B=12.72%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal88255500.6500.800108.8810059.8
Hex58FF324105006d643c
Octal130377621010120015514474
Binary101100011111111110010100000101010000011011011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58FF32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,255,50); }

 H1.HeaderClassName
 {
   color: #58FF32;
 }
 .AnyTagClassName
 {
   color: #58FF32;
 }
</style>
background-color css

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

 a { background-color: rgb(88,255,50); }

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

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

 span { border-color: rgb(88,255,50); }

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