Html Css Color HEX #2EF207 Harlequin

📋 copy color: '#2EF207'

red 46 ◦ green 242 ◦ blue 7

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

Shades of Harlequin #2EF207

Tints of Harlequin #2EF207

RGB

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

 GREEN value IS 242 (94.92% from 255) = 82.03%

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

R = 15.59%
G = 82.03%
B = 2.37%

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

#2EF207 (or 0x2EF207) is known color: Harlequin. HEX triplet: 2E, F2 and 07. RGB value is (46,242,7). Sum of RGB (Red+Green+Blue) = 46+242+7=295 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.59% from 295); Green value is 242 (94.92% from 255 or 82.03% from 295); Blue value is 7 (3.12% from 255 or 2.37% from 295); Max value from RGB is 242 - color contains mainly: green. Hex color #2EF207 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EF207 is #D10DF8. Grayscale: #9D9D9D. Windows color (decimal): -13700601 or 520750. OLE color: 520750.

HSL color Cylindrical-coordinate representation of color #2EF207: hue angle of 110.04º 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 #2EF207 is Cyan = 0.81, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.

Color convert

RGB 46 242 7 -
CMYK 0.81 0 0.97 0.05
HSL 110.04º 0.94% 0.49% -
HSV(B) 110.04º 0.97% 0.95% -
XYZ 32.92 64.1 10.84 -
YUV 156.61 43.57 49.11 -
System Red Green Blue C M Y K H S L
Decimal 46 242 7 0.81 0 0.97 0.05 110.04 0.94 0.49
Hex 2E F2 7 51 0 61 5 6E 5E 31
Octal 56 362 7 121 0 141 5 156 136 61
Binary 101110 11110010 111 1010001 0 1100001 101 1101110 1011110 110001

Color Harmonies of #2EF207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF207

Black with #2EF207

Text Example


Text Example

White with #2EF207

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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