Html Css Color HEX #2EDC09 Harlequin

📋 copy color: '#2EDC09'

red 46 ◦ green 220 ◦ blue 9

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

Shades of Harlequin #2EDC09

Tints of Harlequin #2EDC09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.27%

R = 16.73%
G = 80%
B = 3.27%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#2EDC09 (or 0x2EDC09) is known color: Harlequin. HEX triplet: 2E, DC and 09. RGB value is (46,220,9). Sum of RGB (Red+Green+Blue) = 46+220+9=275 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.73% from 275); Green value is 220 (86.33% from 255 or 80% from 275); Blue value is 9 (3.91% from 255 or 3.27% from 275); Max value from RGB is 220 - color contains mainly: green. Hex color #2EDC09 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EDC09 is #D123F6. Grayscale: #909090. Windows color (decimal): -13706231 or 646190. OLE color: 646190.

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

Color convert

RGB 46 220 9 -
CMYK 0.79 0 0.96 0.14
HSL 109.48º 0.92% 0.45% -
HSV(B) 109.48º 0.96% 0.86% -
XYZ 26.77 51.79 8.84 -
YUV 143.92 51.85 58.16 -
System Red Green Blue C M Y K H S L
Decimal 46 220 9 0.79 0 0.96 0.14 109.48 0.92 0.45
Hex 2E DC 9 4F 0 60 E 6D 5C 2D
Octal 56 334 11 117 0 140 16 155 134 55
Binary 101110 11011100 1001 1001111 0 1100000 1110 1101101 1011100 101101

Color Harmonies of #2EDC09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDC09

Black with #2EDC09

Text Example


Text Example

White with #2EDC09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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