Html Css Color HEX #2EEF04 Harlequin

📋 copy color: '#2EEF04'

red 46 ◦ green 239 ◦ blue 4

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

Shades of Harlequin #2EEF04

Tints of Harlequin #2EEF04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.38%

R = 15.92%
G = 82.7%
B = 1.38%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#2EEF04 (or 0x2EEF04) is known color: Harlequin. HEX triplet: 2E, EF and 04. RGB value is (46,239,4). Sum of RGB (Red+Green+Blue) = 46+239+4=289 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.92% from 289); Green value is 239 (93.75% from 255 or 82.70% from 289); Blue value is 4 (1.95% from 255 or 1.38% from 289); Max value from RGB is 239 - color contains mainly: green. Hex color #2EEF04 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EEF04 is #D110FB. Grayscale: #9B9B9B. Windows color (decimal): -13701372 or 323374. OLE color: 323374.

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

Color convert

RGB 46 239 4 -
CMYK 0.81 0 0.98 0.06
HSL 109.28º 0.97% 0.48% -
HSV(B) 109.28º 0.98% 0.94% -
XYZ 32.02 62.32 10.46 -
YUV 154.5 43.06 50.61 -
System Red Green Blue C M Y K H S L
Decimal 46 239 4 0.81 0 0.98 0.06 109.28 0.97 0.48
Hex 2E EF 4 51 0 62 6 6D 61 30
Octal 56 357 4 121 0 142 6 155 141 60
Binary 101110 11101111 100 1010001 0 1100010 110 1101101 1100001 110000

Color Harmonies of #2EEF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEF04

Black with #2EEF04

Text Example


Text Example

White with #2EEF04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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