#2EFB14

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

Shades of Harlequin #2EFB14

Tints of Harlequin #2EFB14

Color information

#2EFB14 (or 0x2EFB14) is unknown color: approx Harlequin. HEX triplet: 2E, FB and 14. RGB value is (46,251,20). Sum of RGB (Red+Green+Blue) = 46+251+20=317 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.51% from 317); Green value is 251 (98.44% from 255 or 79.18% from 317); Blue value is 20 (8.20% from 255 or 6.31% from 317); Max value from RGB is 251 - color contains mainly: green. Hex color #2EFB14 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EFB14 is #D104EB. Grayscale: #A4A4A4. Windows color (decimal): -13698284 or 1375022. OLE color: 1375022.

HSL color Cylindrical-coordinate representation of color #2EFB14: hue angle of 113.25º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2EFB14 is Cyan = 0.82, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB4625120-
CMYK0.8200.920.02
HSL113.25º96.65%53.14%-
HSV(B)113.25º92.03%98.43%-
XYZ35.7569.6312.22-
YUV163.3747.0844.28-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.51%
GREEN value IS 251 (98.44% from 255) = 79.18%
BLUE value IS 20 (8.20% from 255) = 6.31%
R=14.51%
G=79.18%
B=6.31%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal46251200.8200.920.02113.2596.6553.14
Hex2EFB145205C2716135
Octal56373241220134216114165
Binary10111011111011101001010010010111001011100011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EFB14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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