Html Css Color HEX #2EDC04 Harlequin

📋 copy color: '#2EDC04'

red 46 ◦ green 220 ◦ blue 4

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

Shades of Harlequin #2EDC04

Tints of Harlequin #2EDC04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.48%

R = 17.04%
G = 81.48%
B = 1.48%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#2EDC04 (or 0x2EDC04) is known color: Harlequin. HEX triplet: 2E, DC and 04. RGB value is (46,220,4). Sum of RGB (Red+Green+Blue) = 46+220+4=270 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.04% from 270); Green value is 220 (86.33% from 255 or 81.48% from 270); Blue value is 4 (1.95% from 255 or 1.48% from 270); Max value from RGB is 220 - color contains mainly: green. Hex color #2EDC04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EDC04 is #D123FB. Grayscale: #909090. Windows color (decimal): -13706236 or 318510. OLE color: 318510.

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

Color convert

RGB 46 220 4 -
CMYK 0.79 0 0.98 0.14
HSL 108.33º 0.96% 0.44% -
HSV(B) 108.33º 0.98% 0.86% -
XYZ 26.74 51.78 8.7 -
YUV 143.35 49.35 58.56 -
System Red Green Blue C M Y K H S L
Decimal 46 220 4 0.79 0 0.98 0.14 108.33 0.96 0.44
Hex 2E DC 4 4F 0 62 E 6C 60 2C
Octal 56 334 4 117 0 142 16 154 140 54
Binary 101110 11011100 100 1001111 0 1100010 1110 1101100 1100000 101100

Color Harmonies of #2EDC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDC04

Black with #2EDC04

Text Example


Text Example

White with #2EDC04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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