Html Css Color HEX #2EF010 Harlequin

📋 copy color: '#2EF010'

red 46 ◦ green 240 ◦ blue 16

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

Shades of Harlequin #2EF010

Tints of Harlequin #2EF010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.3%

R = 15.23%
G = 79.47%
B = 5.3%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#2EF010 (or 0x2EF010) is known color: Harlequin. HEX triplet: 2E, F0 and 10. RGB value is (46,240,16). Sum of RGB (Red+Green+Blue) = 46+240+16=302 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.23% from 302); Green value is 240 (94.14% from 255 or 79.47% from 302); Blue value is 16 (6.64% from 255 or 5.30% from 302); Max value from RGB is 240 - color contains mainly: green. Hex color #2EF010 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EF010 is #D10FEF. Grayscale: #9D9D9D. Windows color (decimal): -13701104 or 1110062. OLE color: 1110062.

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

Color convert

RGB 46 240 16 -
CMYK 0.81 0 0.93 0.06
HSL 111.96º 0.88% 0.5% -
HSV(B) 111.96º 0.93% 0.94% -
XYZ 32.38 62.94 10.93 -
YUV 156.46 48.73 49.21 -
System Red Green Blue C M Y K H S L
Decimal 46 240 16 0.81 0 0.93 0.06 111.96 0.88 0.5
Hex 2E F0 10 51 0 5D 6 70 58 32
Octal 56 360 20 121 0 135 6 160 130 62
Binary 101110 11110000 10000 1010001 0 1011101 110 1110000 1011000 110010

Color Harmonies of #2EF010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF010

Black with #2EF010

Text Example


Text Example

White with #2EF010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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