Html Css Color HEX #2EF107 Harlequin

📋 copy color: '#2EF107'

red 46 ◦ green 241 ◦ blue 7

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

Shades of Harlequin #2EF107

Tints of Harlequin #2EF107

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.38%

R = 15.65%
G = 81.97%
B = 2.38%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#2EF107 (or 0x2EF107) is known color: Harlequin. HEX triplet: 2E, F1 and 07. RGB value is (46,241,7). Sum of RGB (Red+Green+Blue) = 46+241+7=294 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.65% from 294); Green value is 241 (94.53% from 255 or 81.97% from 294); Blue value is 7 (3.12% from 255 or 2.38% from 294); Max value from RGB is 241 - color contains mainly: green. Hex color #2EF107 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EF107 is #D10EF8. Grayscale: #9C9C9C. Windows color (decimal): -13700857 or 520494. OLE color: 520494.

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

Color convert

RGB 46 241 7 -
CMYK 0.81 0 0.97 0.05
HSL 110º 0.94% 0.49% -
HSV(B) 110º 0.97% 0.95% -
XYZ 32.62 63.51 10.74 -
YUV 156.02 43.9 49.53 -
System Red Green Blue C M Y K H S L
Decimal 46 241 7 0.81 0 0.97 0.05 110 0.94 0.49
Hex 2E F1 7 51 0 61 5 6E 5E 31
Octal 56 361 7 121 0 141 5 156 136 61
Binary 101110 11110001 111 1010001 0 1100001 101 1101110 1011110 110001

Color Harmonies of #2EF107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF107

Black with #2EF107

Text Example


Text Example

White with #2EF107

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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