#58FE02

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

Shades of Bright Green #58FE02

Tints of Bright Green #58FE02

Color information

#58FE02 (or 0x58FE02) is unknown color: approx Bright Green. HEX triplet: 58, FE and 02. RGB value is (88,254,2). Sum of RGB (Red+Green+Blue) = 88+254+2=344 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.58% from 344); Green value is 254 (99.61% from 255 or 73.84% from 344); Blue value is 2 (1.17% from 255 or 0.58% from 344); Max value from RGB is 254 - color contains mainly: green. Hex color #58FE02 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #58FE02 is #A701FD. Grayscale: #B0B0B0. Windows color (decimal): -10945022 or 196184. OLE color: 196184.

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

Color convert

RGB882542-
CMYK0.6500.990.00
HSL99.52º99.21%50.2%-
HSV(B)99.52º99.21%99.61%-
XYZ39.4872.9612.06-
YUV175.643065.49-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.58%
GREEN value IS 254 (99.61% from 255) = 73.84%
BLUE value IS 2 (1.17% from 255) = 0.58%
R=25.58%
G=73.84%
B=0.58%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal8825420.6500.990.0099.5299.2150.2
Hex58FE2410630646332
Octal13037621010143014414362
Binary10110001111111010100000101100011011001001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58FE02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,254,2); }

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

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

 a { background-color: rgb(88,254,2); }

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

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

 span { border-color: rgb(88,254,2); }

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