Html Css Color HEX #2EF706 Harlequin

📋 copy color: '#2EF706'

red 46 ◦ green 247 ◦ blue 6

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

Shades of Harlequin #2EF706

Tints of Harlequin #2EF706

RGB

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

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

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

R = 15.38%
G = 82.61%
B = 2.01%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#2EF706 (or 0x2EF706) is known color: Harlequin. HEX triplet: 2E, F7 and 06. RGB value is (46,247,6). Sum of RGB (Red+Green+Blue) = 46+247+6=299 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.38% from 299); Green value is 247 (96.88% from 255 or 82.61% from 299); Blue value is 6 (2.73% from 255 or 2.01% from 299); Max value from RGB is 247 - color contains mainly: green. Hex color #2EF706 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EF706 is #D108F9. Grayscale: #A0A0A0. Windows color (decimal): -13699322 or 456494. OLE color: 456494.

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

Color convert

RGB 46 247 6 -
CMYK 0.81 0 0.98 0.03
HSL 110.04º 0.95% 0.5% -
HSV(B) 110.04º 0.98% 0.97% -
XYZ 34.42 67.12 11.31 -
YUV 159.43 41.41 47.1 -
System Red Green Blue C M Y K H S L
Decimal 46 247 6 0.81 0 0.98 0.03 110.04 0.95 0.5
Hex 2E F7 6 51 0 62 3 6E 5F 32
Octal 56 367 6 121 0 142 3 156 137 62
Binary 101110 11110111 110 1010001 0 1100010 11 1101110 1011111 110010

Color Harmonies of #2EF706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF706

Black with #2EF706

Text Example


Text Example

White with #2EF706

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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