Html Css Color HEX #2EF900 Harlequin

📋 copy color: '#2EF900'

red 46 ◦ green 249 ◦ blue 0

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

Shades of Harlequin #2EF900

Tints of Harlequin #2EF900

RGB

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

 GREEN value IS 249 (97.66% from 255) = 84.41%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 15.59%
G = 84.41%
B = 0%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#2EF900 (or 0x2EF900) is known color: Harlequin. HEX triplet: 2E, F9 and 00. RGB value is (46,249,0). Sum of RGB (Red+Green+Blue) = 46+249+0=295 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.59% from 295); Green value is 249 (97.66% from 255 or 84.41% from 295); Blue value is 0 (0.39% from 255 or 0% from 295); Max value from RGB is 249 - color contains mainly: green. Hex color #2EF900 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EF900 is #D106FF. Grayscale: #A0A0A0. Windows color (decimal): -13698816 or 63790. OLE color: 63790.

HSL color Cylindrical-coordinate representation of color #2EF900: hue angle of 108.92º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2EF900 is Cyan = 0.82, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.02.

Color convert

RGB 46 249 0 -
CMYK 0.82 0 1 0.02
HSL 108.92º 1% 0.49% -
HSV(B) 108.92º 1% 0.98% -
XYZ 35 68.33 11.34 -
YUV 159.92 37.75 46.75 -
System Red Green Blue C M Y K H S L
Decimal 46 249 0 0.82 0 1 0.02 108.92 1 0.49
Hex 2E F9 0 52 0 64 2 6D 64 31
Octal 56 371 0 122 0 144 2 155 144 61
Binary 101110 11111001 0 1010010 0 1100100 10 1101101 1100100 110001

Color Harmonies of #2EF900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF900

Black with #2EF900

Text Example


Text Example

White with #2EF900

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,249,0); }

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

background-color css

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

 a { background-color: rgb(46,249,0); }

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

border-color css

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

 span { border-color: rgb(46,249,0); }

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