Html Css Color HEX #2EF014 Harlequin

📋 copy color: '#2EF014'

red 46 ◦ green 240 ◦ blue 20

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

Shades of Harlequin #2EF014

Tints of Harlequin #2EF014

RGB

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

 GREEN value IS 240 (94.14% from 255) = 78.43%

 BLUE value IS 20 (8.2% from 255) = 6.54%

R = 15.03%
G = 78.43%
B = 6.54%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#2EF014 (or 0x2EF014) is known color: Harlequin. HEX triplet: 2E, F0 and 14. RGB value is (46,240,20). Sum of RGB (Red+Green+Blue) = 46+240+20=306 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.03% from 306); Green value is 240 (94.14% from 255 or 78.43% from 306); Blue value is 20 (8.20% from 255 or 6.54% from 306); Max value from RGB is 240 - color contains mainly: green. Hex color #2EF014 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EF014 is #D10FEB. Grayscale: #9D9D9D. Windows color (decimal): -13701100 or 1372206. OLE color: 1372206.

HSL color Cylindrical-coordinate representation of color #2EF014: hue angle of 112.91º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2EF014 is Cyan = 0.81, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 46 240 20 -
CMYK 0.81 0 0.92 0.06
HSL 112.91º 0.88% 0.51% -
HSV(B) 112.91º 0.92% 0.94% -
XYZ 32.41 62.95 11.1 -
YUV 156.91 50.73 48.89 -
System Red Green Blue C M Y K H S L
Decimal 46 240 20 0.81 0 0.92 0.06 112.91 0.88 0.51
Hex 2E F0 14 51 0 5C 6 71 58 33
Octal 56 360 24 121 0 134 6 161 130 63
Binary 101110 11110000 10100 1010001 0 1011100 110 1110001 1011000 110011

Color Harmonies of #2EF014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF014

Black with #2EF014

Text Example


Text Example

White with #2EF014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,240,20); }

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

background-color css

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

 a { background-color: rgb(46,240,20); }

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

border-color css

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

 span { border-color: rgb(46,240,20); }

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