Html Css Color HEX #2EE108 Harlequin

📋 copy color: '#2EE108'

red 46 ◦ green 225 ◦ blue 8

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

Shades of Harlequin #2EE108

Tints of Harlequin #2EE108

RGB

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

 GREEN value IS 225 (88.28% from 255) = 80.65%

 BLUE value IS 8 (3.52% from 255) = 2.87%

R = 16.49%
G = 80.65%
B = 2.87%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#2EE108 (or 0x2EE108) is known color: Harlequin. HEX triplet: 2E, E1 and 08. RGB value is (46,225,8). Sum of RGB (Red+Green+Blue) = 46+225+8=279 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.49% from 279); Green value is 225 (88.28% from 255 or 80.65% from 279); Blue value is 8 (3.52% from 255 or 2.87% from 279); Max value from RGB is 225 - color contains mainly: green. Hex color #2EE108 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EE108 is #D11EF7. Grayscale: #939393. Windows color (decimal): -13704952 or 581934. OLE color: 581934.

HSL color Cylindrical-coordinate representation of color #2EE108: hue angle of 109.49º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2EE108 is Cyan = 0.80, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.

Color convert

RGB 46 225 8 -
CMYK 0.80 0 0.96 0.12
HSL 109.49º 0.93% 0.46% -
HSV(B) 109.49º 0.96% 0.88% -
XYZ 28.1 54.45 9.26 -
YUV 146.74 49.7 56.14 -
System Red Green Blue C M Y K H S L
Decimal 46 225 8 0.80 0 0.96 0.12 109.49 0.93 0.46
Hex 2E E1 8 50 0 60 C 6D 5D 2E
Octal 56 341 10 120 0 140 14 155 135 56
Binary 101110 11100001 1000 1010000 0 1100000 1100 1101101 1011101 101110

Color Harmonies of #2EE108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE108

Black with #2EE108

Text Example


Text Example

White with #2EE108

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,225,8); }

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

background-color css

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

 a { background-color: rgb(46,225,8); }

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

border-color css

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

 span { border-color: rgb(46,225,8); }

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