Html Css Color HEX #2EDC07 Harlequin

📋 copy color: '#2EDC07'

red 46 ◦ green 220 ◦ blue 7

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

Shades of Harlequin #2EDC07

Tints of Harlequin #2EDC07

RGB

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

 GREEN value IS 220 (86.33% from 255) = 80.59%

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

R = 16.85%
G = 80.59%
B = 2.56%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#2EDC07 (or 0x2EDC07) is known color: Harlequin. HEX triplet: 2E, DC and 07. RGB value is (46,220,7). Sum of RGB (Red+Green+Blue) = 46+220+7=273 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.85% from 273); Green value is 220 (86.33% from 255 or 80.59% from 273); Blue value is 7 (3.12% from 255 or 2.56% from 273); Max value from RGB is 220 - color contains mainly: green. Hex color #2EDC07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EDC07 is #D123F8. Grayscale: #909090. Windows color (decimal): -13706233 or 515118. OLE color: 515118.

HSL color Cylindrical-coordinate representation of color #2EDC07: hue angle of 109.01º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2EDC07 is Cyan = 0.79, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.

Color convert

RGB 46 220 7 -
CMYK 0.79 0 0.97 0.14
HSL 109.01º 0.94% 0.45% -
HSV(B) 109.01º 0.97% 0.86% -
XYZ 26.76 51.78 8.79 -
YUV 143.69 50.85 58.32 -
System Red Green Blue C M Y K H S L
Decimal 46 220 7 0.79 0 0.97 0.14 109.01 0.94 0.45
Hex 2E DC 7 4F 0 61 E 6D 5E 2D
Octal 56 334 7 117 0 141 16 155 136 55
Binary 101110 11011100 111 1001111 0 1100001 1110 1101101 1011110 101101

Color Harmonies of #2EDC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDC07

Black with #2EDC07

Text Example


Text Example

White with #2EDC07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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