#2EF209

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

Shades of Harlequin #2EF209

Tints of Harlequin #2EF209

Color information

#2EF209 (or 0x2EF209) is unknown color: approx Harlequin. HEX triplet: 2E, F2 and 09. RGB value is (46,242,9). Sum of RGB (Red+Green+Blue) = 46+242+9=297 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.49% from 297); Green value is 242 (94.92% from 255 or 81.48% from 297); Blue value is 9 (3.91% from 255 or 3.03% from 297); Max value from RGB is 242 - color contains mainly: green. Hex color #2EF209 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EF209 is #D10DF6. Grayscale: #9D9D9D. Windows color (decimal): -13700599 or 651822. OLE color: 651822.

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

Color convert

RGB462429-
CMYK0.8100.960.05
HSL110.47º92.83%49.22%-
HSV(B)110.47º96.28%94.9%-
XYZ32.9364.110.9-
YUV156.8344.5748.95-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.49%
GREEN value IS 242 (94.92% from 255) = 81.48%
BLUE value IS 9 (3.91% from 255) = 3.03%
R=15.49%
G=81.48%
B=3.03%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal4624290.8100.960.05110.4792.8349.22
Hex2EF295106056e5d31
Octal56362111210140515613561
Binary10111011110010100110100010110000010111011101011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EF209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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