#2EF104

Color #2EF104 Harlequin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harlequin #2EF104

Tints of Harlequin #2EF104

Color information

#2EF104 (or 0x2EF104) is unknown color: approx Harlequin. HEX triplet: 2E, F1 and 04. RGB value is (46,241,4). Sum of RGB (Red+Green+Blue) = 46+241+4=291 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.81% from 291); Green value is 241 (94.53% from 255 or 82.82% from 291); Blue value is 4 (1.95% from 255 or 1.37% from 291); Max value from RGB is 241 - color contains mainly: green. Hex color #2EF104 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EF104 is #D10EFB. Grayscale: #9C9C9C. Windows color (decimal): -13700860 or 323886. OLE color: 323886.

HSL color Cylindrical-coordinate representation of color #2EF104: hue angle of 109.37º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2EF104 is Cyan = 0.81, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB462414-
CMYK0.8100.980.05
HSL109.37º96.73%48.04%-
HSV(B)109.37º98.34%94.51%-
XYZ32.663.510.65-
YUV155.6842.449.77-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.81%
GREEN value IS 241 (94.53% from 255) = 82.82%
BLUE value IS 4 (1.95% from 255) = 1.37%
R=15.81%
G=82.82%
B=1.37%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal4624140.8100.980.05109.3796.7348.04
Hex2EF145106256d6130
Octal5636141210142515514160
Binary1011101111000110010100010110001010111011011100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EF104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2EF104; }

 p { color: rgb(46,241,4); }

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

<style>
 a { background-color: #2EF104; }

 a { background-color: rgb(46,241,4); }

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

<style>
 span { border-color: #2EF104; }

 span { border-color: rgb(46,241,4); }

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