#2EF20E

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

Shades of Harlequin #2EF20E

Tints of Harlequin #2EF20E

Color information

#2EF20E (or 0x2EF20E) is unknown color: approx Harlequin. HEX triplet: 2E, F2 and 0E. RGB value is (46,242,14). Sum of RGB (Red+Green+Blue) = 46+242+14=302 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.23% from 302); Green value is 242 (94.92% from 255 or 80.13% from 302); Blue value is 14 (5.86% from 255 or 4.64% from 302); Max value from RGB is 242 - color contains mainly: green. Hex color #2EF20E is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EF20E is #D10DF1. Grayscale: #9E9E9E. Windows color (decimal): -13700594 or 979502. OLE color: 979502.

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

Color convert

RGB4624214-
CMYK0.8100.940.05
HSL111.58º89.76%50.2%-
HSV(B)111.58º94.21%94.9%-
XYZ32.9664.1211.05-
YUV157.447.0748.54-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.23%
GREEN value IS 242 (94.92% from 255) = 80.13%
BLUE value IS 14 (5.86% from 255) = 4.64%
R=15.23%
G=80.13%
B=4.64%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal46242140.8100.940.05111.5889.7650.2
Hex2EF2E5105E5705a32
Octal56362161210136516013262
Binary10111011110010111010100010101111010111100001011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EF20E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,242,14); }

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

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

 a { background-color: rgb(46,242,14); }

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

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

 span { border-color: rgb(46,242,14); }

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