Html Css Color HEX #2EE002 Harlequin

📋 copy color: '#2EE002'

red 46 ◦ green 224 ◦ blue 2

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

Shades of Harlequin #2EE002

Tints of Harlequin #2EE002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.74%

R = 16.91%
G = 82.35%
B = 0.74%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#2EE002 (or 0x2EE002) is known color: Harlequin. HEX triplet: 2E, E0 and 02. RGB value is (46,224,2). Sum of RGB (Red+Green+Blue) = 46+224+2=272 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.91% from 272); Green value is 224 (87.89% from 255 or 82.35% from 272); Blue value is 2 (1.17% from 255 or 0.74% from 272); Max value from RGB is 224 - color contains mainly: green. Hex color #2EE002 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EE002 is #D11FFD. Grayscale: #929292. Windows color (decimal): -13705214 or 188462. OLE color: 188462.

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

Color convert

RGB 46 224 2 -
CMYK 0.79 0 0.99 0.12
HSL 108.11º 0.98% 0.44% -
HSV(B) 108.11º 0.99% 0.88% -
XYZ 27.79 53.9 9 -
YUV 145.47 47.03 57.05 -
System Red Green Blue C M Y K H S L
Decimal 46 224 2 0.79 0 0.99 0.12 108.11 0.98 0.44
Hex 2E E0 2 4F 0 63 C 6C 62 2C
Octal 56 340 2 117 0 143 14 154 142 54
Binary 101110 11100000 10 1001111 0 1100011 1100 1101100 1100010 101100

Color Harmonies of #2EE002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE002

Black with #2EE002

Text Example


Text Example

White with #2EE002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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