Html Css Color HEX #2EE801 Harlequin

📋 copy color: '#2EE801'

red 46 ◦ green 232 ◦ blue 1

#2EE801
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harlequin #2EE801

Tints of Harlequin #2EE801

RGB

 RED value IS 46 (18.36% from 255) = 16.49%

 GREEN value IS 232 (91.02% from 255) = 83.15%

 BLUE value IS 1 (0.78% from 255) = 0.36%

R = 16.49%
G = 83.15%
B = 0.36%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 1.00

 K value IS 0.09

RGB Variations

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

Color information

#2EE801 (or 0x2EE801) is known color: Harlequin. HEX triplet: 2E, E8 and 01. RGB value is (46,232,1). Sum of RGB (Red+Green+Blue) = 46+232+1=279 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.49% from 279); Green value is 232 (91.02% from 255 or 83.15% from 279); Blue value is 1 (0.78% from 255 or 0.36% from 279); Max value from RGB is 232 - color contains mainly: green. Hex color #2EE801 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EE801 is #D117FE. Grayscale: #969696. Windows color (decimal): -13703167 or 124974. OLE color: 124974.

HSL color Cylindrical-coordinate representation of color #2EE801: hue angle of 108.31º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2EE801 is Cyan = 0.80, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.09.

Color convert

RGB 46 232 1 -
CMYK 0.80 0 1.00 0.09
HSL 108.31º 0.99% 0.46% -
HSV(B) 108.31º 1% 0.91% -
XYZ 29.99 58.3 9.7 -
YUV 150.05 43.88 53.78 -
System Red Green Blue C M Y K H S L
Decimal 46 232 1 0.80 0 1.00 0.09 108.31 0.99 0.46
Hex 2E E8 1 50 0 64 9 6C 63 2E
Octal 56 350 1 120 0 144 11 154 143 56
Binary 101110 11101000 1 1010000 0 1100100 1001 1101100 1100011 101110

Color Harmonies of #2EE801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE801

Black with #2EE801

Text Example


Text Example

White with #2EE801

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2EE801;
 }
 .AnyTagClassName
 {
   color: #2EE801;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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