Html Css Color HEX #2ED800 Harlequin

📋 copy color: '#2ED800'

red 46 ◦ green 216 ◦ blue 0

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

Shades of Harlequin #2ED800

Tints of Harlequin #2ED800

RGB

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

 GREEN value IS 216 (84.77% from 255) = 82.44%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 17.56%
G = 82.44%
B = 0%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#2ED800 (or 0x2ED800) is known color: Harlequin. HEX triplet: 2E, D8 and 00. RGB value is (46,216,0). Sum of RGB (Red+Green+Blue) = 46+216+0=262 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.56% from 262); Green value is 216 (84.77% from 255 or 82.44% from 262); Blue value is 0 (0.39% from 255 or 0% from 262); Max value from RGB is 216 - color contains mainly: green. Hex color #2ED800 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ED800 is #D127FF. Grayscale: #8D8D8D. Windows color (decimal): -13707264 or 55342. OLE color: 55342.

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

Color convert

RGB 46 216 0 -
CMYK 0.79 0 1 0.15
HSL 107.22º 1% 0.42% -
HSV(B) 107.22º 1% 0.85% -
XYZ 25.68 49.69 8.24 -
YUV 140.55 48.68 60.56 -
System Red Green Blue C M Y K H S L
Decimal 46 216 0 0.79 0 1 0.15 107.22 1 0.42
Hex 2E D8 0 4F 0 64 F 6B 64 2A
Octal 56 330 0 117 0 144 17 153 144 52
Binary 101110 11011000 0 1001111 0 1100100 1111 1101011 1100100 101010

Color Harmonies of #2ED800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED800

Black with #2ED800

Text Example


Text Example

White with #2ED800

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,216,0); }

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

background-color css

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

 a { background-color: rgb(46,216,0); }

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

border-color css

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

 span { border-color: rgb(46,216,0); }

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