#5EF12C

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

Shades of Bright Green #5EF12C

Tints of Bright Green #5EF12C

Color information

#5EF12C (or 0x5EF12C) is unknown color: approx Bright Green. HEX triplet: 5E, F1 and 2C. RGB value is (94,241,44). Sum of RGB (Red+Green+Blue) = 94+241+44=379 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.80% from 379); Green value is 241 (94.53% from 255 or 63.59% from 379); Blue value is 44 (17.58% from 255 or 11.61% from 379); Max value from RGB is 241 - color contains mainly: green. Hex color #5EF12C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5EF12C is #A10ED3. Grayscale: #AFAFAF. Windows color (decimal): -10555092 or 2945374. OLE color: 2945374.

HSL color Cylindrical-coordinate representation of color #5EF12C: hue angle of 104.77º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5EF12C is Cyan = 0.61, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.

Color convert

RGB9424144-
CMYK0.6100.820.05
HSL104.77º87.56%55.88%-
HSV(B)104.77º81.74%94.51%-
XYZ36.5365.4713.1-
YUV174.5954.370.52-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 24.80%
GREEN value IS 241 (94.53% from 255) = 63.59%
BLUE value IS 44 (17.58% from 255) = 11.61%
R=24.80%
G=63.59%
B=11.61%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal94241440.6100.820.05104.7787.5655.88
Hex5EF12C3D0525695838
Octal13636154750122515113070
Binary1011110111100011011001111010101001010111010011011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EF12C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,241,44); }

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

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

 a { background-color: rgb(94,241,44); }

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

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

 span { border-color: rgb(94,241,44); }

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