Html Css Color HEX #2EFE08 Harlequin

📋 copy color: '#2EFE08'

red 46 ◦ green 254 ◦ blue 8

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

Shades of Harlequin #2EFE08

Tints of Harlequin #2EFE08

RGB

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

 GREEN value IS 254 (99.61% from 255) = 82.47%

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

R = 14.94%
G = 82.47%
B = 2.6%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.97

 K value IS 0.00

RGB Variations

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

Color information

#2EFE08 (or 0x2EFE08) is known color: Harlequin. HEX triplet: 2E, FE and 08. RGB value is (46,254,8). Sum of RGB (Red+Green+Blue) = 46+254+8=308 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.94% from 308); Green value is 254 (99.61% from 255 or 82.47% from 308); Blue value is 8 (3.52% from 255 or 2.60% from 308); Max value from RGB is 254 - color contains mainly: green. Hex color #2EFE08 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EFE08 is #D101F7. Grayscale: #A4A4A4. Windows color (decimal): -13697528 or 589358. OLE color: 589358.

HSL color Cylindrical-coordinate representation of color #2EFE08: hue angle of 110.73º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2EFE08 is Cyan = 0.82, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.00.

Color convert

RGB 46 254 8 -
CMYK 0.82 0 0.97 0.00
HSL 110.73º 0.99% 0.51% -
HSV(B) 110.73º 0.97% 1% -
XYZ 36.61 71.48 12.1 -
YUV 163.76 40.09 44 -
System Red Green Blue C M Y K H S L
Decimal 46 254 8 0.82 0 0.97 0.00 110.73 0.99 0.51
Hex 2E FE 8 52 0 61 0 6F 63 33
Octal 56 376 10 122 0 141 0 157 143 63
Binary 101110 11111110 1000 1010010 0 1100001 0 1101111 1100011 110011

Color Harmonies of #2EFE08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFE08

Black with #2EFE08

Text Example


Text Example

White with #2EFE08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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