Html Css Color HEX #2EE20E Harlequin

📋 copy color: '#2EE20E'

red 46 ◦ green 226 ◦ blue 14

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

Shades of Harlequin #2EE20E

Tints of Harlequin #2EE20E

RGB

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

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

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

R = 16.08%
G = 79.02%
B = 4.9%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#2EE20E (or 0x2EE20E) is known color: Harlequin. HEX triplet: 2E, E2 and 0E. RGB value is (46,226,14). Sum of RGB (Red+Green+Blue) = 46+226+14=286 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.08% from 286); Green value is 226 (88.67% from 255 or 79.02% from 286); Blue value is 14 (5.86% from 255 or 4.90% from 286); Max value from RGB is 226 - color contains mainly: green. Hex color #2EE20E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EE20E is #D11DF1. Grayscale: #949494. Windows color (decimal): -13704690 or 975406. OLE color: 975406.

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

Color convert

RGB 46 226 14 -
CMYK 0.80 0 0.94 0.11
HSL 110.94º 0.88% 0.47% -
HSV(B) 110.94º 0.94% 0.89% -
XYZ 28.4 55.01 9.54 -
YUV 148.01 52.37 55.24 -
System Red Green Blue C M Y K H S L
Decimal 46 226 14 0.80 0 0.94 0.11 110.94 0.88 0.47
Hex 2E E2 E 50 0 5E B 6F 58 2F
Octal 56 342 16 120 0 136 13 157 130 57
Binary 101110 11100010 1110 1010000 0 1011110 1011 1101111 1011000 101111

Color Harmonies of #2EE20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE20E

Black with #2EE20E

Text Example


Text Example

White with #2EE20E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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