Html Css Color HEX #2EEF07 Harlequin

📋 copy color: '#2EEF07'

red 46 ◦ green 239 ◦ blue 7

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

Shades of Harlequin #2EEF07

Tints of Harlequin #2EEF07

RGB

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

 GREEN value IS 239 (93.75% from 255) = 81.85%

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

R = 15.75%
G = 81.85%
B = 2.4%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#2EEF07 (or 0x2EEF07) is known color: Harlequin. HEX triplet: 2E, EF and 07. RGB value is (46,239,7). Sum of RGB (Red+Green+Blue) = 46+239+7=292 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.75% from 292); Green value is 239 (93.75% from 255 or 81.85% from 292); Blue value is 7 (3.12% from 255 or 2.40% from 292); Max value from RGB is 239 - color contains mainly: green. Hex color #2EEF07 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EEF07 is #D110F8. Grayscale: #9B9B9B. Windows color (decimal): -13701369 or 519982. OLE color: 519982.

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

Color convert

RGB 46 239 7 -
CMYK 0.81 0 0.97 0.06
HSL 109.91º 0.94% 0.48% -
HSV(B) 109.91º 0.97% 0.94% -
XYZ 32.03 62.33 10.54 -
YUV 154.85 44.56 50.36 -
System Red Green Blue C M Y K H S L
Decimal 46 239 7 0.81 0 0.97 0.06 109.91 0.94 0.48
Hex 2E EF 7 51 0 61 6 6E 5E 30
Octal 56 357 7 121 0 141 6 156 136 60
Binary 101110 11101111 111 1010001 0 1100001 110 1101110 1011110 110000

Color Harmonies of #2EEF07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEF07

Black with #2EEF07

Text Example


Text Example

White with #2EEF07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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