Html Css Color HEX #2EE00E Harlequin

📋 copy color: '#2EE00E'

red 46 ◦ green 224 ◦ blue 14

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

Shades of Harlequin #2EE00E

Tints of Harlequin #2EE00E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.93%

R = 16.2%
G = 78.87%
B = 4.93%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#2EE00E (or 0x2EE00E) is known color: Harlequin. HEX triplet: 2E, E0 and 0E. RGB value is (46,224,14). Sum of RGB (Red+Green+Blue) = 46+224+14=284 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.20% from 284); Green value is 224 (87.89% from 255 or 78.87% from 284); Blue value is 14 (5.86% from 255 or 4.93% from 284); Max value from RGB is 224 - color contains mainly: green. Hex color #2EE00E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EE00E is #D11FF1. Grayscale: #939393. Windows color (decimal): -13705202 or 974894. OLE color: 974894.

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

Color convert

RGB 46 224 14 -
CMYK 0.79 0 0.94 0.12
HSL 110.86º 0.88% 0.47% -
HSV(B) 110.86º 0.94% 0.88% -
XYZ 27.86 53.92 9.36 -
YUV 146.84 53.03 56.08 -
System Red Green Blue C M Y K H S L
Decimal 46 224 14 0.79 0 0.94 0.12 110.86 0.88 0.47
Hex 2E E0 E 4F 0 5E C 6F 58 2F
Octal 56 340 16 117 0 136 14 157 130 57
Binary 101110 11100000 1110 1001111 0 1011110 1100 1101111 1011000 101111

Color Harmonies of #2EE00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE00E

Black with #2EE00E

Text Example


Text Example

White with #2EE00E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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