Html Css Color HEX #2EE007 Harlequin

📋 copy color: '#2EE007'

red 46 ◦ green 224 ◦ blue 7

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

Shades of Harlequin #2EE007

Tints of Harlequin #2EE007

RGB

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

 GREEN value IS 224 (87.89% from 255) = 80.87%

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

R = 16.61%
G = 80.87%
B = 2.53%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.97

 K value IS 0.12

RGB Variations

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

Color information

#2EE007 (or 0x2EE007) is known color: Harlequin. HEX triplet: 2E, E0 and 07. RGB value is (46,224,7). Sum of RGB (Red+Green+Blue) = 46+224+7=277 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.61% from 277); Green value is 224 (87.89% from 255 or 80.87% from 277); Blue value is 7 (3.12% from 255 or 2.53% from 277); Max value from RGB is 224 - color contains mainly: green. Hex color #2EE007 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EE007 is #D11FF8. Grayscale: #929292. Windows color (decimal): -13705209 or 516142. OLE color: 516142.

HSL color Cylindrical-coordinate representation of color #2EE007: hue angle of 109.22º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2EE007 is Cyan = 0.79, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.12.

Color convert

RGB 46 224 7 -
CMYK 0.79 0 0.97 0.12
HSL 109.22º 0.94% 0.45% -
HSV(B) 109.22º 0.97% 0.88% -
XYZ 27.82 53.91 9.14 -
YUV 146.04 49.53 56.64 -
System Red Green Blue C M Y K H S L
Decimal 46 224 7 0.79 0 0.97 0.12 109.22 0.94 0.45
Hex 2E E0 7 4F 0 61 C 6D 5E 2D
Octal 56 340 7 117 0 141 14 155 136 55
Binary 101110 11100000 111 1001111 0 1100001 1100 1101101 1011110 101101

Color Harmonies of #2EE007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE007

Black with #2EE007

Text Example


Text Example

White with #2EE007

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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