#2efc01

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

Shades of Harlequin #2EFC01

Tints of Harlequin #2EFC01

Color information

#2EFC01 (or 0x2EFC01) is unknown color: approx Harlequin. HEX triplet: 2E, FC and 01. RGB value is (46,252,1). Sum of RGB (Red+Green+Blue) = 46+252+1=299 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.38% from 299); Green value is 252 (98.83% from 255 or 84.28% from 299); Blue value is 1 (0.78% from 255 or 0.33% from 299); Max value from RGB is 252 - color contains mainly: green. Hex color #2EFC01 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EFC01 is #D103FE. Grayscale: #A2A2A2. Windows color (decimal): -13698047 or 130094. OLE color: 130094.

HSL color Cylindrical-coordinate representation of color #2EFC01: hue angle of 109.24º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2EFC01 is Cyan = 0.82, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.01.

Color convert

RGB462521-
CMYK0.8201.000.01
HSL109.24º99.21%49.61%-
HSV(B)109.24º99.6%98.82%-
XYZ35.9470.211.69-
YUV161.7937.2545.41-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.38%
GREEN value IS 252 (98.83% from 255) = 84.28%
BLUE value IS 1 (0.78% from 255) = 0.33%
R=15.38%
G=84.28%
B=0.33%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal4625210.8201.000.01109.2499.2149.61
Hex2EFC15206416d6332
Octal5637411220144115514362
Binary101110111111001101001001100100111011011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2efc01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,252,1); }

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

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

 a { background-color: rgb(46,252,1); }

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

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

 span { border-color: rgb(46,252,1); }

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