Html Css Color HEX #2ED906 Harlequin

📋 copy color: '#2ED906'

red 46 ◦ green 217 ◦ blue 6

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

Shades of Harlequin #2ED906

Tints of Harlequin #2ED906

RGB

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

 GREEN value IS 217 (85.16% from 255) = 80.67%

 BLUE value IS 6 (2.73% from 255) = 2.23%

R = 17.1%
G = 80.67%
B = 2.23%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#2ED906 (or 0x2ED906) is known color: Harlequin. HEX triplet: 2E, D9 and 06. RGB value is (46,217,6). Sum of RGB (Red+Green+Blue) = 46+217+6=269 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.10% from 269); Green value is 217 (85.16% from 255 or 80.67% from 269); Blue value is 6 (2.73% from 255 or 2.23% from 269); Max value from RGB is 217 - color contains mainly: green. Hex color #2ED906 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ED906 is #D126F9. Grayscale: #8E8E8E. Windows color (decimal): -13707002 or 448814. OLE color: 448814.

HSL color Cylindrical-coordinate representation of color #2ED906: hue angle of 108.63º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2ED906 is Cyan = 0.79, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.15.

Color convert

RGB 46 217 6 -
CMYK 0.79 0 0.97 0.15
HSL 108.63º 0.95% 0.44% -
HSV(B) 108.63º 0.97% 0.85% -
XYZ 25.97 50.22 8.5 -
YUV 141.82 51.35 59.66 -
System Red Green Blue C M Y K H S L
Decimal 46 217 6 0.79 0 0.97 0.15 108.63 0.95 0.44
Hex 2E D9 6 4F 0 61 F 6D 5F 2C
Octal 56 331 6 117 0 141 17 155 137 54
Binary 101110 11011001 110 1001111 0 1100001 1111 1101101 1011111 101100

Color Harmonies of #2ED906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED906

Black with #2ED906

Text Example


Text Example

White with #2ED906

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,217,6); }

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

background-color css

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

 a { background-color: rgb(46,217,6); }

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

border-color css

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

 span { border-color: rgb(46,217,6); }

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