Html Css Color HEX #2EEB01 Harlequin

📋 copy color: '#2EEB01'

red 46 ◦ green 235 ◦ blue 1

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

Shades of Harlequin #2EEB01

Tints of Harlequin #2EEB01

RGB

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

 GREEN value IS 235 (92.19% from 255) = 83.33%

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

R = 16.31%
G = 83.33%
B = 0.35%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#2EEB01 (or 0x2EEB01) is known color: Harlequin. HEX triplet: 2E, EB and 01. RGB value is (46,235,1). Sum of RGB (Red+Green+Blue) = 46+235+1=282 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.31% from 282); Green value is 235 (92.19% from 255 or 83.33% from 282); Blue value is 1 (0.78% from 255 or 0.35% from 282); Max value from RGB is 235 - color contains mainly: green. Hex color #2EEB01 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EEB01 is #D114FE. Grayscale: #989898. Windows color (decimal): -13702399 or 125742. OLE color: 125742.

HSL color Cylindrical-coordinate representation of color #2EEB01: hue angle of 108.46º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2EEB01 is Cyan = 0.80, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.08.

Color convert

RGB 46 235 1 -
CMYK 0.80 0 1.00 0.08
HSL 108.46º 0.99% 0.46% -
HSV(B) 108.46º 1% 0.92% -
XYZ 30.84 60 9.98 -
YUV 151.81 42.88 52.53 -
System Red Green Blue C M Y K H S L
Decimal 46 235 1 0.80 0 1.00 0.08 108.46 0.99 0.46
Hex 2E EB 1 50 0 64 8 6C 63 2E
Octal 56 353 1 120 0 144 10 154 143 56
Binary 101110 11101011 1 1010000 0 1100100 1000 1101100 1100011 101110

Color Harmonies of #2EEB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEB01

Black with #2EEB01

Text Example


Text Example

White with #2EEB01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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