#5EF00E

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

Shades of Bright Green #5EF00E

Tints of Bright Green #5EF00E

Color information

#5EF00E (or 0x5EF00E) is unknown color: approx Bright Green. HEX triplet: 5E, F0 and 0E. RGB value is (94,240,14). Sum of RGB (Red+Green+Blue) = 94+240+14=348 (46% of max value = 765). Red value is 94 (37.11% from 255 or 27.01% from 348); Green value is 240 (94.14% from 255 or 68.97% from 348); Blue value is 14 (5.86% from 255 or 4.02% from 348); Max value from RGB is 240 - color contains mainly: green. Hex color #5EF00E is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5EF00E is #A10FF1. Grayscale: #ABABAB. Windows color (decimal): -10555378 or 979038. OLE color: 979038.

HSL color Cylindrical-coordinate representation of color #5EF00E: hue angle of 98.76º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5EF00E is Cyan = 0.61, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB9424014-
CMYK0.6100.940.06
HSL98.76º88.98%49.8%-
HSV(B)98.76º94.17%94.12%-
XYZ35.8664.7311.02-
YUV170.5839.6373.38-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.01%
GREEN value IS 240 (94.14% from 255) = 68.97%
BLUE value IS 14 (5.86% from 255) = 4.02%
R=27.01%
G=68.97%
B=4.02%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal94240140.6100.940.0698.7688.9849.8
Hex5EF0E3D05E6635932
Octal13636016750136614313162
Binary10111101111000011101111010101111011011000111011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EF00E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,240,14); }

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

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

 a { background-color: rgb(94,240,14); }

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

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

 span { border-color: rgb(94,240,14); }

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