Html Css Color HEX #2EF012 Harlequin

📋 copy color: '#2EF012'

red 46 ◦ green 240 ◦ blue 18

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

Shades of Harlequin #2EF012

Tints of Harlequin #2EF012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.92%

R = 15.13%
G = 78.95%
B = 5.92%

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

#2EF012 (or 0x2EF012) is known color: Harlequin. HEX triplet: 2E, F0 and 12. RGB value is (46,240,18). Sum of RGB (Red+Green+Blue) = 46+240+18=304 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.13% from 304); Green value is 240 (94.14% from 255 or 78.95% from 304); Blue value is 18 (7.42% from 255 or 5.92% from 304); Max value from RGB is 240 - color contains mainly: green. Hex color #2EF012 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EF012 is #D10FED. Grayscale: #9D9D9D. Windows color (decimal): -13701102 or 1241134. OLE color: 1241134.

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

Color convert

RGB 46 240 18 -
CMYK 0.81 0 0.92 0.06
HSL 112.43º 0.88% 0.51% -
HSV(B) 112.43º 0.93% 0.94% -
XYZ 32.4 62.94 11.01 -
YUV 156.69 49.73 49.05 -
System Red Green Blue C M Y K H S L
Decimal 46 240 18 0.81 0 0.92 0.06 112.43 0.88 0.51
Hex 2E F0 12 51 0 5C 6 70 58 33
Octal 56 360 22 121 0 134 6 160 130 63
Binary 101110 11110000 10010 1010001 0 1011100 110 1110000 1011000 110011

Color Harmonies of #2EF012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF012

Black with #2EF012

Text Example


Text Example

White with #2EF012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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