Html Css Color HEX #5EF000 Bright Green

📋 copy color: '#5EF000'

red 94 ◦ green 240 ◦ blue 0

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

Shades of Bright Green #5EF000

Tints of Bright Green #5EF000

RGB

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

 GREEN value IS 240 (94.14% from 255) = 71.86%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 28.14%
G = 71.86%
B = 0%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#5EF000 (or 0x5EF000) is known color: Bright Green. HEX triplet: 5E, F0 and 00. RGB value is (94,240,0). Sum of RGB (Red+Green+Blue) = 94+240+0=334 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.14% from 334); Green value is 240 (94.14% from 255 or 71.86% from 334); Blue value is 0 (0.39% from 255 or 0% from 334); Max value from RGB is 240 - color contains mainly: green. Hex color #5EF000 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5EF000 is #A10FFF. Grayscale: #A9A9A9. Windows color (decimal): -10555392 or 61534. OLE color: 61534.

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

Color convert

RGB 94 240 0 -
CMYK 0.61 0 1 0.06
HSL 96.5º 1% 0.47% -
HSV(B) 96.5º 1% 0.94% -
XYZ 35.78 64.7 10.6 -
YUV 168.99 32.63 74.51 -
System Red Green Blue C M Y K H S L
Decimal 94 240 0 0.61 0 1 0.06 96.5 1 0.47
Hex 5E F0 0 3D 0 64 6 60 64 2F
Octal 136 360 0 75 0 144 6 140 144 57
Binary 1011110 11110000 0 111101 0 1100100 110 1100000 1100100 101111

Color Harmonies of #5EF000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EF000

Black with #5EF000

Text Example


Text Example

White with #5EF000

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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