#2EEC19

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

Shades of Harlequin #2EEC19

Tints of Harlequin #2EEC19

Color information

#2EEC19 (or 0x2EEC19) is unknown color: approx Harlequin. HEX triplet: 2E, EC and 19. RGB value is (46,236,25). Sum of RGB (Red+Green+Blue) = 46+236+25=307 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.98% from 307); Green value is 236 (92.58% from 255 or 76.87% from 307); Blue value is 25 (10.16% from 255 or 8.14% from 307); Max value from RGB is 236 - color contains mainly: green. Hex color #2EEC19 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EEC19 is #D113E6. Grayscale: #9B9B9B. Windows color (decimal): -13702119 or 1698862. OLE color: 1698862.

HSL color Cylindrical-coordinate representation of color #2EEC19: hue angle of 114.03º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2EEC19 is Cyan = 0.81, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB4623625-
CMYK0.8100.890.07
HSL114.03º84.74%51.18%-
HSV(B)114.03º89.41%92.55%-
XYZ31.360.6410.98-
YUV155.1454.5550.16-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.98%
GREEN value IS 236 (92.58% from 255) = 76.87%
BLUE value IS 25 (10.16% from 255) = 8.14%
R=14.98%
G=76.87%
B=8.14%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal46236250.8100.890.07114.0384.7451.18
Hex2EEC19510597725533
Octal56354311210131716212563
Binary101110111011001100110100010101100111111100101010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EEC19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,236,25); }

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

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

 a { background-color: rgb(46,236,25); }

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

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

 span { border-color: rgb(46,236,25); }

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