#2EF009

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

Shades of Harlequin #2EF009

Tints of Harlequin #2EF009

Color information

#2EF009 (or 0x2EF009) is unknown color: approx Harlequin. HEX triplet: 2E, F0 and 09. RGB value is (46,240,9). Sum of RGB (Red+Green+Blue) = 46+240+9=295 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.59% from 295); Green value is 240 (94.14% from 255 or 81.36% from 295); Blue value is 9 (3.91% from 255 or 3.05% from 295); Max value from RGB is 240 - color contains mainly: green. Hex color #2EF009 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EF009 is #D10FF6. Grayscale: #9C9C9C. Windows color (decimal): -13701111 or 651310. OLE color: 651310.

HSL color Cylindrical-coordinate representation of color #2EF009: hue angle of 110.39º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2EF009 is Cyan = 0.81, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.06.

Color convert

RGB462409-
CMYK0.8100.960.06
HSL110.39º92.77%48.82%-
HSV(B)110.39º96.25%94.12%-
XYZ32.3462.9210.7-
YUV155.6645.2349.78-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.59%
GREEN value IS 240 (94.14% from 255) = 81.36%
BLUE value IS 9 (3.91% from 255) = 3.05%
R=15.59%
G=81.36%
B=3.05%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal4624090.8100.960.06110.3992.7748.82
Hex2EF095106066e5d31
Octal56360111210140615613561
Binary10111011110000100110100010110000011011011101011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EF009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,240,9); }

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

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

 a { background-color: rgb(46,240,9); }

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

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

 span { border-color: rgb(46,240,9); }

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