Html Css Color HEX #2EF111 Harlequin

📋 copy color: '#2EF111'

red 46 ◦ green 241 ◦ blue 17

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

Shades of Harlequin #2EF111

Tints of Harlequin #2EF111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.59%

R = 15.13%
G = 79.28%
B = 5.59%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#2EF111 (or 0x2EF111) is known color: Harlequin. HEX triplet: 2E, F1 and 11. RGB value is (46,241,17). Sum of RGB (Red+Green+Blue) = 46+241+17=304 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.13% from 304); Green value is 241 (94.53% from 255 or 79.28% from 304); Blue value is 17 (7.03% from 255 or 5.59% from 304); Max value from RGB is 241 - color contains mainly: green. Hex color #2EF111 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EF111 is #D10EEE. Grayscale: #9D9D9D. Windows color (decimal): -13700847 or 1175854. OLE color: 1175854.

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

Color convert

RGB 46 241 17 -
CMYK 0.81 0 0.93 0.05
HSL 112.23º 0.89% 0.51% -
HSV(B) 112.23º 0.93% 0.95% -
XYZ 32.68 63.53 11.07 -
YUV 157.16 48.9 48.71 -
System Red Green Blue C M Y K H S L
Decimal 46 241 17 0.81 0 0.93 0.05 112.23 0.89 0.51
Hex 2E F1 11 51 0 5D 5 70 59 33
Octal 56 361 21 121 0 135 5 160 131 63
Binary 101110 11110001 10001 1010001 0 1011101 101 1110000 1011001 110011

Color Harmonies of #2EF111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF111

Black with #2EF111

Text Example


Text Example

White with #2EF111

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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