Html Css Color HEX #2EE004 Harlequin

📋 copy color: '#2EE004'

red 46 ◦ green 224 ◦ blue 4

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

Shades of Harlequin #2EE004

Tints of Harlequin #2EE004

RGB

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

 GREEN value IS 224 (87.89% from 255) = 81.75%

 BLUE value IS 4 (1.95% from 255) = 1.46%

R = 16.79%
G = 81.75%
B = 1.46%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#2EE004 (or 0x2EE004) is known color: Harlequin. HEX triplet: 2E, E0 and 04. RGB value is (46,224,4). Sum of RGB (Red+Green+Blue) = 46+224+4=274 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.79% from 274); Green value is 224 (87.89% from 255 or 81.75% from 274); Blue value is 4 (1.95% from 255 or 1.46% from 274); Max value from RGB is 224 - color contains mainly: green. Hex color #2EE004 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EE004 is #D11FFB. Grayscale: #929292. Windows color (decimal): -13705212 or 319534. OLE color: 319534.

HSL color Cylindrical-coordinate representation of color #2EE004: hue angle of 108.55º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2EE004 is Cyan = 0.79, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.12.

Color convert

RGB 46 224 4 -
CMYK 0.79 0 0.98 0.12
HSL 108.55º 0.96% 0.45% -
HSV(B) 108.55º 0.98% 0.88% -
XYZ 27.8 53.9 9.05 -
YUV 145.7 48.03 56.89 -
System Red Green Blue C M Y K H S L
Decimal 46 224 4 0.79 0 0.98 0.12 108.55 0.96 0.45
Hex 2E E0 4 4F 0 62 C 6D 60 2D
Octal 56 340 4 117 0 142 14 155 140 55
Binary 101110 11100000 100 1001111 0 1100010 1100 1101101 1100000 101101

Color Harmonies of #2EE004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE004

Black with #2EE004

Text Example


Text Example

White with #2EE004

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,224,4); }

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

background-color css

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

 a { background-color: rgb(46,224,4); }

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

border-color css

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

 span { border-color: rgb(46,224,4); }

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