#5EF025

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

Shades of Bright Green #5EF025

Tints of Bright Green #5EF025

Color information

#5EF025 (or 0x5EF025) is unknown color: approx Bright Green. HEX triplet: 5E, F0 and 25. RGB value is (94,240,37). Sum of RGB (Red+Green+Blue) = 94+240+37=371 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.34% from 371); Green value is 240 (94.14% from 255 or 64.69% from 371); Blue value is 37 (14.84% from 255 or 9.97% from 371); Max value from RGB is 240 - color contains mainly: green. Hex color #5EF025 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5EF025 is #A10FDA. Grayscale: #ADADAD. Windows color (decimal): -10555355 or 2486366. OLE color: 2486366.

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

Color convert

RGB9424037-
CMYK0.6100.850.06
HSL103.15º87.12%54.31%-
HSV(B)103.15º84.58%94.12%-
XYZ36.1164.8312.36-
YUV173.251.1371.51-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25.34%
GREEN value IS 240 (94.14% from 255) = 64.69%
BLUE value IS 37 (14.84% from 255) = 9.97%
R=25.34%
G=64.69%
B=9.97%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal94240370.6100.850.06103.1587.1254.31
Hex5EF0253D0556675736
Octal13636045750125614712766
Binary1011110111100001001011111010101010111011001111010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EF025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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