Html Css Color HEX #2EEC07 Harlequin

📋 copy color: '#2EEC07'

red 46 ◦ green 236 ◦ blue 7

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

Shades of Harlequin #2EEC07

Tints of Harlequin #2EEC07

RGB

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

 GREEN value IS 236 (92.58% from 255) = 81.66%

 BLUE value IS 7 (3.13% from 255) = 2.42%

R = 15.92%
G = 81.66%
B = 2.42%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#2EEC07 (or 0x2EEC07) is known color: Harlequin. HEX triplet: 2E, EC and 07. RGB value is (46,236,7). Sum of RGB (Red+Green+Blue) = 46+236+7=289 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.92% from 289); Green value is 236 (92.58% from 255 or 81.66% from 289); Blue value is 7 (3.12% from 255 or 2.42% from 289); Max value from RGB is 236 - color contains mainly: green. Hex color #2EEC07 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EEC07 is #D113F8. Grayscale: #999999. Windows color (decimal): -13702137 or 519214. OLE color: 519214.

HSL color Cylindrical-coordinate representation of color #2EEC07: hue angle of 109.78º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2EEC07 is Cyan = 0.81, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB 46 236 7 -
CMYK 0.81 0 0.97 0.07
HSL 109.78º 0.94% 0.48% -
HSV(B) 109.78º 0.97% 0.93% -
XYZ 31.16 60.59 10.25 -
YUV 153.08 45.55 51.62 -
System Red Green Blue C M Y K H S L
Decimal 46 236 7 0.81 0 0.97 0.07 109.78 0.94 0.48
Hex 2E EC 7 51 0 61 7 6E 5E 30
Octal 56 354 7 121 0 141 7 156 136 60
Binary 101110 11101100 111 1010001 0 1100001 111 1101110 1011110 110000

Color Harmonies of #2EEC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEC07

Black with #2EEC07

Text Example


Text Example

White with #2EEC07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,236,7); }

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

background-color css

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

 a { background-color: rgb(46,236,7); }

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

border-color css

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

 span { border-color: rgb(46,236,7); }

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