Html Css Color HEX #2EF808 Harlequin

📋 copy color: '#2EF808'

red 46 ◦ green 248 ◦ blue 8

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

Shades of Harlequin #2EF808

Tints of Harlequin #2EF808

RGB

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

 GREEN value IS 248 (97.27% from 255) = 82.12%

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

R = 15.23%
G = 82.12%
B = 2.65%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.97

 K value IS 0.03

RGB Variations

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

Color information

#2EF808 (or 0x2EF808) is known color: Harlequin. HEX triplet: 2E, F8 and 08. RGB value is (46,248,8). Sum of RGB (Red+Green+Blue) = 46+248+8=302 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.23% from 302); Green value is 248 (97.27% from 255 or 82.12% from 302); Blue value is 8 (3.52% from 255 or 2.65% from 302); Max value from RGB is 248 - color contains mainly: green. Hex color #2EF808 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EF808 is #D107F7. Grayscale: #A1A1A1. Windows color (decimal): -13699064 or 587822. OLE color: 587822.

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

Color convert

RGB 46 248 8 -
CMYK 0.81 0 0.97 0.03
HSL 110.5º 0.94% 0.5% -
HSV(B) 110.5º 0.97% 0.97% -
XYZ 34.74 67.73 11.47 -
YUV 160.24 42.08 46.51 -
System Red Green Blue C M Y K H S L
Decimal 46 248 8 0.81 0 0.97 0.03 110.5 0.94 0.5
Hex 2E F8 8 51 0 61 3 6E 5E 32
Octal 56 370 10 121 0 141 3 156 136 62
Binary 101110 11111000 1000 1010001 0 1100001 11 1101110 1011110 110010

Color Harmonies of #2EF808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF808

Black with #2EF808

Text Example


Text Example

White with #2EF808

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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