#5EFD2E

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

Shades of Bright Green #5EFD2E

Tints of Bright Green #5EFD2E

Color information

#5EFD2E (or 0x5EFD2E) is unknown color: approx Bright Green. HEX triplet: 5E, FD and 2E. RGB value is (94,253,46). Sum of RGB (Red+Green+Blue) = 94+253+46=393 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.92% from 393); Green value is 253 (99.22% from 255 or 64.38% from 393); Blue value is 46 (18.36% from 255 or 11.70% from 393); Max value from RGB is 253 - color contains mainly: green. Hex color #5EFD2E is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5EFD2E is #A102D1. Grayscale: #B6B6B6. Windows color (decimal): -10552018 or 3079518. OLE color: 3079518.

HSL color Cylindrical-coordinate representation of color #5EFD2E: hue angle of 106.09º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5EFD2E is Cyan = 0.63, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.

Color convert

RGB9425346-
CMYK0.6300.820.01
HSL106.09º98.1%58.63%-
HSV(B)106.09º81.82%99.22%-
XYZ40.2372.8314.52-
YUV181.8651.3265.33-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 23.92%
GREEN value IS 253 (99.22% from 255) = 64.38%
BLUE value IS 46 (18.36% from 255) = 11.70%
R=23.92%
G=64.38%
B=11.70%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal94253460.6300.820.01106.0998.158.63
Hex5EFD2E3F05216a623b
Octal13637556770122115214273
Binary10111101111110110111011111101010010111010101100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EFD2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,253,46); }

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

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

 a { background-color: rgb(94,253,46); }

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

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

 span { border-color: rgb(94,253,46); }

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