#2EF516

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

Shades of Harlequin #2EF516

Tints of Harlequin #2EF516

Color information

#2EF516 (or 0x2EF516) is unknown color: approx Harlequin. HEX triplet: 2E, F5 and 16. RGB value is (46,245,22). Sum of RGB (Red+Green+Blue) = 46+245+22=313 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.70% from 313); Green value is 245 (96.09% from 255 or 78.27% from 313); Blue value is 22 (8.98% from 255 or 7.03% from 313); Max value from RGB is 245 - color contains mainly: green. Hex color #2EF516 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EF516 is #D10AE9. Grayscale: #A0A0A0. Windows color (decimal): -13699818 or 1504558. OLE color: 1504558.

HSL color Cylindrical-coordinate representation of color #2EF516: hue angle of 113.54º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2EF516 is Cyan = 0.81, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.

Color convert

RGB4624522-
CMYK0.8100.910.04
HSL113.54º91.77%52.35%-
HSV(B)113.54º91.02%96.08%-
XYZ33.9265.9411.7-
YUV160.0850.0746.63-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.70%
GREEN value IS 245 (96.09% from 255) = 78.27%
BLUE value IS 22 (8.98% from 255) = 7.03%
R=14.70%
G=78.27%
B=7.03%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal46245220.8100.910.04113.5491.7752.35
Hex2EF5165105B4725c34
Octal56365261210133416213464
Binary101110111101011011010100010101101110011100101011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EF516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,245,22); }

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

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

 a { background-color: rgb(46,245,22); }

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

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

 span { border-color: rgb(46,245,22); }

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