#58F212

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

Shades of Bright Green #58F212

Tints of Bright Green #58F212

Color information

#58F212 (or 0x58F212) is unknown color: approx Bright Green. HEX triplet: 58, F2 and 12. RGB value is (88,242,18). Sum of RGB (Red+Green+Blue) = 88+242+18=348 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.29% from 348); Green value is 242 (94.92% from 255 or 69.54% from 348); Blue value is 18 (7.42% from 255 or 5.17% from 348); Max value from RGB is 242 - color contains mainly: green. Hex color #58F212 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #58F212 is #A70DED. Grayscale: #ABABAB. Windows color (decimal): -10948078 or 1241688. OLE color: 1241688.

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

Color convert

RGB8824218-
CMYK0.6400.930.05
HSL101.25º89.6%50.98%-
HSV(B)101.25º92.56%94.9%-
XYZ35.8965.6211.35-
YUV170.4241.9869.21-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.29%
GREEN value IS 242 (94.92% from 255) = 69.54%
BLUE value IS 18 (7.42% from 255) = 5.17%
R=25.29%
G=69.54%
B=5.17%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal88242180.6400.930.05101.2589.650.98
Hex58F2124005D5655a33
Octal130362221000135514513263
Binary1011000111100101001010000000101110110111001011011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58F212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,242,18); }

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

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

 a { background-color: rgb(88,242,18); }

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

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

 span { border-color: rgb(88,242,18); }

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