Html Css Color HEX #5EF925 Bright Green

📋 copy color: '#5EF925'

red 94 ◦ green 249 ◦ blue 37

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

Shades of Bright Green #5EF925

Tints of Bright Green #5EF925

RGB

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

 GREEN value IS 249 (97.66% from 255) = 65.53%

 BLUE value IS 37 (14.84% from 255) = 9.74%

R = 24.74%
G = 65.53%
B = 9.74%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#5EF925 (or 0x5EF925) is known color: Bright Green. HEX triplet: 5E, F9 and 25. RGB value is (94,249,37). Sum of RGB (Red+Green+Blue) = 94+249+37=380 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.74% from 380); Green value is 249 (97.66% from 255 or 65.53% from 380); Blue value is 37 (14.84% from 255 or 9.74% from 380); Max value from RGB is 249 - color contains mainly: green. Hex color #5EF925 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5EF925 is #A106DA. Grayscale: #B3B3B3. Windows color (decimal): -10553051 or 2488670. OLE color: 2488670.

HSL color Cylindrical-coordinate representation of color #5EF925: hue angle of 103.87º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5EF925 is Cyan = 0.62, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.02.

Color convert

RGB 94 249 37 -
CMYK 0.62 0 0.85 0.02
HSL 103.87º 0.95% 0.56% -
HSV(B) 103.87º 0.85% 0.98% -
XYZ 38.83 70.26 13.27 -
YUV 178.49 48.15 67.74 -
System Red Green Blue C M Y K H S L
Decimal 94 249 37 0.62 0 0.85 0.02 103.87 0.95 0.56
Hex 5E F9 25 3E 0 55 2 68 5F 38
Octal 136 371 45 76 0 125 2 150 137 70
Binary 1011110 11111001 100101 111110 0 1010101 10 1101000 1011111 111000

Color Harmonies of #5EF925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EF925

Black with #5EF925

Text Example


Text Example

White with #5EF925

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,249,37); }

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

background-color css

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

 a { background-color: rgb(94,249,37); }

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

border-color css

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

 span { border-color: rgb(94,249,37); }

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