Html Css Color HEX #2EF708 Harlequin

📋 copy color: '#2EF708'

red 46 ◦ green 247 ◦ blue 8

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

Shades of Harlequin #2EF708

Tints of Harlequin #2EF708

RGB

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

 GREEN value IS 247 (96.88% from 255) = 82.06%

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

R = 15.28%
G = 82.06%
B = 2.66%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.97

 K value IS 0.03

RGB Variations

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

Color information

#2EF708 (or 0x2EF708) is known color: Harlequin. HEX triplet: 2E, F7 and 08. RGB value is (46,247,8). Sum of RGB (Red+Green+Blue) = 46+247+8=301 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.28% from 301); Green value is 247 (96.88% from 255 or 82.06% from 301); Blue value is 8 (3.52% from 255 or 2.66% from 301); Max value from RGB is 247 - color contains mainly: green. Hex color #2EF708 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EF708 is #D108F7. Grayscale: #A0A0A0. Windows color (decimal): -13699320 or 587566. OLE color: 587566.

HSL color Cylindrical-coordinate representation of color #2EF708: hue angle of 110.46º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2EF708 is Cyan = 0.81, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.03.

Color convert

RGB 46 247 8 -
CMYK 0.81 0 0.97 0.03
HSL 110.46º 0.94% 0.5% -
HSV(B) 110.46º 0.97% 0.97% -
XYZ 34.43 67.12 11.37 -
YUV 159.66 42.41 46.93 -
System Red Green Blue C M Y K H S L
Decimal 46 247 8 0.81 0 0.97 0.03 110.46 0.94 0.5
Hex 2E F7 8 51 0 61 3 6E 5E 32
Octal 56 367 10 121 0 141 3 156 136 62
Binary 101110 11110111 1000 1010001 0 1100001 11 1101110 1011110 110010

Color Harmonies of #2EF708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF708

Black with #2EF708

Text Example


Text Example

White with #2EF708

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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