#5EF132

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

Shades of Bright Green #5EF132

Tints of Bright Green #5EF132

Color information

#5EF132 (or 0x5EF132) is unknown color: approx Bright Green. HEX triplet: 5E, F1 and 32. RGB value is (94,241,50). Sum of RGB (Red+Green+Blue) = 94+241+50=385 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.42% from 385); Green value is 241 (94.53% from 255 or 62.60% from 385); Blue value is 50 (19.92% from 255 or 12.99% from 385); Max value from RGB is 241 - color contains mainly: green. Hex color #5EF132 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5EF132 is #A10ECD. Grayscale: #AFAFAF. Windows color (decimal): -10555086 or 3338590. OLE color: 3338590.

HSL color Cylindrical-coordinate representation of color #5EF132: hue angle of 106.18º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5EF132 is Cyan = 0.61, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB9424150-
CMYK0.6100.790.05
HSL106.18º87.21%57.06%-
HSV(B)106.18º79.25%94.51%-
XYZ36.6565.5213.73-
YUV175.2757.370.03-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 24.42%
GREEN value IS 241 (94.53% from 255) = 62.60%
BLUE value IS 50 (19.92% from 255) = 12.99%
R=24.42%
G=62.60%
B=12.99%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal94241500.6100.790.05106.1887.2157.06
Hex5EF1323D04F56a5739
Octal13636162750117515212771
Binary1011110111100011100101111010100111110111010101010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EF132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5EF132; }

 p { color: rgb(94,241,50); }

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

<style>
 a { background-color: #5EF132; }

 a { background-color: rgb(94,241,50); }

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

<style>
 span { border-color: #5EF132; }

 span { border-color: rgb(94,241,50); }

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