Html Css Color HEX #2EE200 Harlequin

📋 copy color: '#2EE200'

red 46 ◦ green 226 ◦ blue 0

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

Shades of Harlequin #2EE200

Tints of Harlequin #2EE200

RGB

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

 GREEN value IS 226 (88.67% from 255) = 83.09%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 16.91%
G = 83.09%
B = 0%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 1

 K value IS 0.11

RGB Variations

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

Color information

#2EE200 (or 0x2EE200) is known color: Harlequin. HEX triplet: 2E, E2 and 00. RGB value is (46,226,0). Sum of RGB (Red+Green+Blue) = 46+226+0=272 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.91% from 272); Green value is 226 (88.67% from 255 or 83.09% from 272); Blue value is 0 (0.39% from 255 or 0% from 272); Max value from RGB is 226 - color contains mainly: green. Hex color #2EE200 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EE200 is #D11DFF. Grayscale: #939393. Windows color (decimal): -13704704 or 57902. OLE color: 57902.

HSL color Cylindrical-coordinate representation of color #2EE200: hue angle of 107.79º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2EE200 is Cyan = 0.80, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.11.

Color convert

RGB 46 226 0 -
CMYK 0.80 0 1 0.11
HSL 107.79º 1% 0.44% -
HSV(B) 107.79º 1% 0.89% -
XYZ 28.32 54.97 9.12 -
YUV 146.42 45.37 56.38 -
System Red Green Blue C M Y K H S L
Decimal 46 226 0 0.80 0 1 0.11 107.79 1 0.44
Hex 2E E2 0 50 0 64 B 6C 64 2C
Octal 56 342 0 120 0 144 13 154 144 54
Binary 101110 11100010 0 1010000 0 1100100 1011 1101100 1100100 101100

Color Harmonies of #2EE200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE200

Black with #2EE200

Text Example


Text Example

White with #2EE200

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,226,0); }

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

background-color css

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

 a { background-color: rgb(46,226,0); }

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

border-color css

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

 span { border-color: rgb(46,226,0); }

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