Html Css Color HEX #2EEF08 Harlequin

📋 copy color: '#2EEF08'

red 46 ◦ green 239 ◦ blue 8

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

Shades of Harlequin #2EEF08

Tints of Harlequin #2EEF08

RGB

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

 GREEN value IS 239 (93.75% from 255) = 81.57%

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

R = 15.7%
G = 81.57%
B = 2.73%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#2EEF08 (or 0x2EEF08) is known color: Harlequin. HEX triplet: 2E, EF and 08. RGB value is (46,239,8). Sum of RGB (Red+Green+Blue) = 46+239+8=293 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.70% from 293); Green value is 239 (93.75% from 255 or 81.57% from 293); Blue value is 8 (3.52% from 255 or 2.73% from 293); Max value from RGB is 239 - color contains mainly: green. Hex color #2EEF08 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EEF08 is #D110F7. Grayscale: #9B9B9B. Windows color (decimal): -13701368 or 585518. OLE color: 585518.

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

Color convert

RGB 46 239 8 -
CMYK 0.81 0 0.97 0.06
HSL 110.13º 0.94% 0.48% -
HSV(B) 110.13º 0.97% 0.94% -
XYZ 32.04 62.33 10.57 -
YUV 154.96 45.06 50.28 -
System Red Green Blue C M Y K H S L
Decimal 46 239 8 0.81 0 0.97 0.06 110.13 0.94 0.48
Hex 2E EF 8 51 0 61 6 6E 5E 30
Octal 56 357 10 121 0 141 6 156 136 60
Binary 101110 11101111 1000 1010001 0 1100001 110 1101110 1011110 110000

Color Harmonies of #2EEF08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEF08

Black with #2EEF08

Text Example


Text Example

White with #2EEF08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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