Html Css Color HEX #2ED708 Harlequin

📋 copy color: '#2ED708'

red 46 ◦ green 215 ◦ blue 8

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

Shades of Harlequin #2ED708

Tints of Harlequin #2ED708

RGB

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

 GREEN value IS 215 (84.38% from 255) = 79.93%

 BLUE value IS 8 (3.52% from 255) = 2.97%

R = 17.1%
G = 79.93%
B = 2.97%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#2ED708 (or 0x2ED708) is known color: Harlequin. HEX triplet: 2E, D7 and 08. RGB value is (46,215,8). Sum of RGB (Red+Green+Blue) = 46+215+8=269 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.10% from 269); Green value is 215 (84.38% from 255 or 79.93% from 269); Blue value is 8 (3.52% from 255 or 2.97% from 269); Max value from RGB is 215 - color contains mainly: green. Hex color #2ED708 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ED708 is #D128F7. Grayscale: #8D8D8D. Windows color (decimal): -13707512 or 579374. OLE color: 579374.

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

Color convert

RGB 46 215 8 -
CMYK 0.79 0 0.96 0.16
HSL 108.99º 0.93% 0.44% -
HSV(B) 108.99º 0.96% 0.84% -
XYZ 25.47 49.2 8.38 -
YUV 140.87 53.01 60.33 -
System Red Green Blue C M Y K H S L
Decimal 46 215 8 0.79 0 0.96 0.16 108.99 0.93 0.44
Hex 2E D7 8 4F 0 60 10 6D 5D 2C
Octal 56 327 10 117 0 140 20 155 135 54
Binary 101110 11010111 1000 1001111 0 1100000 10000 1101101 1011101 101100

Color Harmonies of #2ED708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED708

Black with #2ED708

Text Example


Text Example

White with #2ED708

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,215,8); }

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

background-color css

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

 a { background-color: rgb(46,215,8); }

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

border-color css

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

 span { border-color: rgb(46,215,8); }

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