Html Css Color HEX #2EFF01 Harlequin

📋 copy color: '#2EFF01'

red 46 ◦ green 255 ◦ blue 1

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

Shades of Harlequin #2EFF01

Tints of Harlequin #2EFF01

RGB

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

 GREEN value IS 255 (100% from 255) = 84.44%

 BLUE value IS 1 (0.78% from 255) = 0.33%

R = 15.23%
G = 84.44%
B = 0.33%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 1.00

 K value IS 0

RGB Variations

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

Color information

#2EFF01 (or 0x2EFF01) is known color: Harlequin. HEX triplet: 2E, FF and 01. RGB value is (46,255,1). Sum of RGB (Red+Green+Blue) = 46+255+1=302 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.23% from 302); Green value is 255 (100% from 255 or 84.44% from 302); Blue value is 1 (0.78% from 255 or 0.33% from 302); Max value from RGB is 255 - color contains mainly: green. Hex color #2EFF01 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EFF01 is #D100FE. Grayscale: #A4A4A4. Windows color (decimal): -13697279 or 130862. OLE color: 130862.

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

Color convert

RGB 46 255 1 -
CMYK 0.82 0 1.00 0
HSL 109.37º 1% 0.5% -
HSV(B) 109.37º 1% 1% -
XYZ 36.89 72.1 12 -
YUV 163.55 36.26 44.15 -
System Red Green Blue C M Y K H S L
Decimal 46 255 1 0.82 0 1.00 0 109.37 1 0.5
Hex 2E FF 1 52 0 64 0 6D 64 32
Octal 56 377 1 122 0 144 0 155 144 62
Binary 101110 11111111 1 1010010 0 1100100 0 1101101 1100100 110010

Color Harmonies of #2EFF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFF01

Black with #2EFF01

Text Example


Text Example

White with #2EFF01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,255,1); }

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

background-color css

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

 a { background-color: rgb(46,255,1); }

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

border-color css

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

 span { border-color: rgb(46,255,1); }

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