#2EF013

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

Shades of Harlequin #2EF013

Tints of Harlequin #2EF013

Color information

#2EF013 (or 0x2EF013) is unknown color: approx Harlequin. HEX triplet: 2E, F0 and 13. RGB value is (46,240,19). Sum of RGB (Red+Green+Blue) = 46+240+19=305 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.08% from 305); Green value is 240 (94.14% from 255 or 78.69% from 305); Blue value is 19 (7.81% from 255 or 6.23% from 305); Max value from RGB is 240 - color contains mainly: green. Hex color #2EF013 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EF013 is #D10FEC. Grayscale: #9D9D9D. Windows color (decimal): -13701101 or 1306670. OLE color: 1306670.

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

Color convert

RGB4624019-
CMYK0.8100.920.06
HSL112.67º88.05%50.78%-
HSV(B)112.67º92.08%94.12%-
XYZ32.462.9511.06-
YUV156.850.2348.97-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.08%
GREEN value IS 240 (94.14% from 255) = 78.69%
BLUE value IS 19 (7.81% from 255) = 6.23%
R=15.08%
G=78.69%
B=6.23%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal46240190.8100.920.06112.6788.0550.78
Hex2EF0135105C6715833
Octal56360231210134616113063
Binary101110111100001001110100010101110011011100011011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EF013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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