Html Css Color HEX #2EF113 Harlequin

📋 copy color: '#2EF113'

red 46 ◦ green 241 ◦ blue 19

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

Shades of Harlequin #2EF113

Tints of Harlequin #2EF113

RGB

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

 GREEN value IS 241 (94.53% from 255) = 78.76%

 BLUE value IS 19 (7.81% from 255) = 6.21%

R = 15.03%
G = 78.76%
B = 6.21%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#2EF113 (or 0x2EF113) is known color: Harlequin. HEX triplet: 2E, F1 and 13. RGB value is (46,241,19). Sum of RGB (Red+Green+Blue) = 46+241+19=306 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.03% from 306); Green value is 241 (94.53% from 255 or 78.76% from 306); Blue value is 19 (7.81% from 255 or 6.21% from 306); Max value from RGB is 241 - color contains mainly: green. Hex color #2EF113 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EF113 is #D10EEC. Grayscale: #9E9E9E. Windows color (decimal): -13700845 or 1306926. OLE color: 1306926.

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

Color convert

RGB 46 241 19 -
CMYK 0.81 0 0.92 0.05
HSL 112.7º 0.89% 0.51% -
HSV(B) 112.7º 0.92% 0.95% -
XYZ 32.7 63.54 11.16 -
YUV 157.39 49.9 48.55 -
System Red Green Blue C M Y K H S L
Decimal 46 241 19 0.81 0 0.92 0.05 112.7 0.89 0.51
Hex 2E F1 13 51 0 5C 5 71 59 33
Octal 56 361 23 121 0 134 5 161 131 63
Binary 101110 11110001 10011 1010001 0 1011100 101 1110001 1011001 110011

Color Harmonies of #2EF113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF113

Black with #2EF113

Text Example


Text Example

White with #2EF113

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,241,19); }

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

background-color css

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

 a { background-color: rgb(46,241,19); }

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

border-color css

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

 span { border-color: rgb(46,241,19); }

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