Html Css Color HEX #2EEB0F Harlequin

📋 copy color: '#2EEB0F'

red 46 ◦ green 235 ◦ blue 15

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

Shades of Harlequin #2EEB0F

Tints of Harlequin #2EEB0F

RGB

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

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

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

R = 15.54%
G = 79.39%
B = 5.07%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#2EEB0F (or 0x2EEB0F) is known color: Harlequin. HEX triplet: 2E, EB and 0F. RGB value is (46,235,15). Sum of RGB (Red+Green+Blue) = 46+235+15=296 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.54% from 296); Green value is 235 (92.19% from 255 or 79.39% from 296); Blue value is 15 (6.25% from 255 or 5.07% from 296); Max value from RGB is 235 - color contains mainly: green. Hex color #2EEB0F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EEB0F is #D114F0. Grayscale: #9A9A9A. Windows color (decimal): -13702385 or 1043246. OLE color: 1043246.

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

Color convert

RGB 46 235 15 -
CMYK 0.80 0 0.94 0.08
HSL 111.55º 0.88% 0.49% -
HSV(B) 111.55º 0.94% 0.92% -
XYZ 30.92 60.03 10.41 -
YUV 153.41 49.88 51.39 -
System Red Green Blue C M Y K H S L
Decimal 46 235 15 0.80 0 0.94 0.08 111.55 0.88 0.49
Hex 2E EB F 50 0 5E 8 70 58 31
Octal 56 353 17 120 0 136 10 160 130 61
Binary 101110 11101011 1111 1010000 0 1011110 1000 1110000 1011000 110001

Color Harmonies of #2EEB0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEB0F

Black with #2EEB0F

Text Example


Text Example

White with #2EEB0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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