Html Css Color HEX #5EDC01 Bright Green

📋 copy color: '#5EDC01'

red 94 ◦ green 220 ◦ blue 1

#5EDC01
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Green #5EDC01

Tints of Bright Green #5EDC01

RGB

 RED value IS 94 (37.11% from 255) = 29.84%

 GREEN value IS 220 (86.33% from 255) = 69.84%

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 29.84%
G = 69.84%
B = 0.32%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 1.00

 K value IS 0.14

RGB Variations

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

Color information

#5EDC01 (or 0x5EDC01) is known color: Bright Green. HEX triplet: 5E, DC and 01. RGB value is (94,220,1). Sum of RGB (Red+Green+Blue) = 94+220+1=315 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.84% from 315); Green value is 220 (86.33% from 255 or 69.84% from 315); Blue value is 1 (0.78% from 255 or 0.32% from 315); Max value from RGB is 220 - color contains mainly: green. Hex color #5EDC01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5EDC01 is #A123FE. Grayscale: #9E9E9E. Windows color (decimal): -10560511 or 121950. OLE color: 121950.

HSL color Cylindrical-coordinate representation of color #5EDC01: hue angle of 94.52º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5EDC01 is Cyan = 0.57, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 94 220 1 -
CMYK 0.57 0 1.00 0.14
HSL 94.52º 0.99% 0.43% -
HSV(B) 94.52º 1% 0.86% -
XYZ 30.21 53.57 8.78 -
YUV 157.36 39.76 82.81 -
System Red Green Blue C M Y K H S L
Decimal 94 220 1 0.57 0 1.00 0.14 94.52 0.99 0.43
Hex 5E DC 1 39 0 64 E 5F 63 2B
Octal 136 334 1 71 0 144 16 137 143 53
Binary 1011110 11011100 1 111001 0 1100100 1110 1011111 1100011 101011

Color Harmonies of #5EDC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EDC01

Black with #5EDC01

Text Example


Text Example

White with #5EDC01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,220,1); }

 H1.HeaderClassName
 {
   color: #5EDC01;
 }
 .AnyTagClassName
 {
   color: #5EDC01;
 }
</style>

background-color css

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

 a { background-color: rgb(94,220,1); }

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

border-color css

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

 span { border-color: rgb(94,220,1); }

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