#2EEF14

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

Shades of Harlequin #2EEF14

Tints of Harlequin #2EEF14

Color information

#2EEF14 (or 0x2EEF14) is unknown color: approx Harlequin. HEX triplet: 2E, EF and 14. RGB value is (46,239,20). Sum of RGB (Red+Green+Blue) = 46+239+20=305 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.08% from 305); Green value is 239 (93.75% from 255 or 78.36% from 305); Blue value is 20 (8.20% from 255 or 6.56% from 305); Max value from RGB is 239 - color contains mainly: green. Hex color #2EEF14 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EEF14 is #D110EB. Grayscale: #9D9D9D. Windows color (decimal): -13701356 or 1371950. OLE color: 1371950.

HSL color Cylindrical-coordinate representation of color #2EEF14: hue angle of 112.88º degrees, saturation: 0.87, 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 #2EEF14 is Cyan = 0.81, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB4623920-
CMYK0.8100.920.06
HSL112.88º87.25%50.78%-
HSV(B)112.88º91.63%93.73%-
XYZ32.1262.3611.01-
YUV156.3351.0649.31-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.08%
GREEN value IS 239 (93.75% from 255) = 78.36%
BLUE value IS 20 (8.20% from 255) = 6.56%
R=15.08%
G=78.36%
B=6.56%

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
Decimal46239200.8100.920.06112.8887.2550.78
Hex2EEF145105C6715733
Octal56357241210134616112763
Binary101110111011111010010100010101110011011100011010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EEF14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,239,20); }

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

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

 a { background-color: rgb(46,239,20); }

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

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

 span { border-color: rgb(46,239,20); }

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