Html Css Color HEX #2EF00B Harlequin

📋 copy color: '#2EF00B'

red 46 ◦ green 240 ◦ blue 11

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

Shades of Harlequin #2EF00B

Tints of Harlequin #2EF00B

RGB

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

 GREEN value IS 240 (94.14% from 255) = 80.81%

 BLUE value IS 11 (4.69% from 255) = 3.7%

R = 15.49%
G = 80.81%
B = 3.7%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#2EF00B (or 0x2EF00B) is known color: Harlequin. HEX triplet: 2E, F0 and 0B. RGB value is (46,240,11). Sum of RGB (Red+Green+Blue) = 46+240+11=297 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.49% from 297); Green value is 240 (94.14% from 255 or 80.81% from 297); Blue value is 11 (4.69% from 255 or 3.70% from 297); Max value from RGB is 240 - color contains mainly: green. Hex color #2EF00B is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EF00B is #D10FF4. Grayscale: #9C9C9C. Windows color (decimal): -13701109 or 782382. OLE color: 782382.

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

Color convert

RGB 46 240 11 -
CMYK 0.81 0 0.95 0.06
HSL 110.83º 0.91% 0.49% -
HSV(B) 110.83º 0.95% 0.94% -
XYZ 32.35 62.93 10.76 -
YUV 155.89 46.23 49.62 -
System Red Green Blue C M Y K H S L
Decimal 46 240 11 0.81 0 0.95 0.06 110.83 0.91 0.49
Hex 2E F0 B 51 0 5F 6 6F 5B 31
Octal 56 360 13 121 0 137 6 157 133 61
Binary 101110 11110000 1011 1010001 0 1011111 110 1101111 1011011 110001

Color Harmonies of #2EF00B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF00B

Black with #2EF00B

Text Example


Text Example

White with #2EF00B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,240,11); }

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

background-color css

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

 a { background-color: rgb(46,240,11); }

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

border-color css

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

 span { border-color: rgb(46,240,11); }

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