Html Css Color HEX #2EEC0F Harlequin

📋 copy color: '#2EEC0F'

red 46 ◦ green 236 ◦ blue 15

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

Shades of Harlequin #2EEC0F

Tints of Harlequin #2EEC0F

RGB

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

 GREEN value IS 236 (92.58% from 255) = 79.46%

 BLUE value IS 15 (6.25% from 255) = 5.05%

R = 15.49%
G = 79.46%
B = 5.05%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#2EEC0F (or 0x2EEC0F) is known color: Harlequin. HEX triplet: 2E, EC and 0F. RGB value is (46,236,15). Sum of RGB (Red+Green+Blue) = 46+236+15=297 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.49% from 297); Green value is 236 (92.58% from 255 or 79.46% from 297); Blue value is 15 (6.25% from 255 or 5.05% from 297); Max value from RGB is 236 - color contains mainly: green. Hex color #2EEC0F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EEC0F is #D113F0. Grayscale: #9A9A9A. Windows color (decimal): -13702129 or 1043502. OLE color: 1043502.

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

Color convert

RGB 46 236 15 -
CMYK 0.81 0 0.94 0.07
HSL 111.58º 0.88% 0.49% -
HSV(B) 111.58º 0.94% 0.93% -
XYZ 31.21 60.61 10.51 -
YUV 154 49.55 50.97 -
System Red Green Blue C M Y K H S L
Decimal 46 236 15 0.81 0 0.94 0.07 111.58 0.88 0.49
Hex 2E EC F 51 0 5E 7 70 58 31
Octal 56 354 17 121 0 136 7 160 130 61
Binary 101110 11101100 1111 1010001 0 1011110 111 1110000 1011000 110001

Color Harmonies of #2EEC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEC0F

Black with #2EEC0F

Text Example


Text Example

White with #2EEC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,236,15); }

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

background-color css

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

 a { background-color: rgb(46,236,15); }

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

border-color css

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

 span { border-color: rgb(46,236,15); }

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