#2EF502

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

Shades of Harlequin #2EF502

Tints of Harlequin #2EF502

Color information

#2EF502 (or 0x2EF502) is unknown color: approx Harlequin. HEX triplet: 2E, F5 and 02. RGB value is (46,245,2). Sum of RGB (Red+Green+Blue) = 46+245+2=293 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.70% from 293); Green value is 245 (96.09% from 255 or 83.62% from 293); Blue value is 2 (1.17% from 255 or 0.68% from 293); Max value from RGB is 245 - color contains mainly: green. Hex color #2EF502 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EF502 is #D10AFD. Grayscale: #9E9E9E. Windows color (decimal): -13699838 or 193838. OLE color: 193838.

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

Color convert

RGB462452-
CMYK0.8100.990.04
HSL109.14º98.38%48.43%-
HSV(B)109.14º99.18%96.08%-
XYZ33.7965.8910.99-
YUV157.840.0748.26-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.70%
GREEN value IS 245 (96.09% from 255) = 83.62%
BLUE value IS 2 (1.17% from 255) = 0.68%
R=15.70%
G=83.62%
B=0.68%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal4624520.8100.990.04109.1498.3848.43
Hex2EF525106346d6230
Octal5636521210143415514260
Binary101110111101011010100010110001110011011011100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EF502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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