Html Css Color HEX #2EE604 Harlequin

📋 copy color: '#2EE604'

red 46 ◦ green 230 ◦ blue 4

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

Shades of Harlequin #2EE604

Tints of Harlequin #2EE604

RGB

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

 GREEN value IS 230 (90.23% from 255) = 82.14%

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

R = 16.43%
G = 82.14%
B = 1.43%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.98

 K value IS 0.10

RGB Variations

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

Color information

#2EE604 (or 0x2EE604) is known color: Harlequin. HEX triplet: 2E, E6 and 04. RGB value is (46,230,4). Sum of RGB (Red+Green+Blue) = 46+230+4=280 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.43% from 280); Green value is 230 (90.23% from 255 or 82.14% from 280); Blue value is 4 (1.95% from 255 or 1.43% from 280); Max value from RGB is 230 - color contains mainly: green. Hex color #2EE604 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EE604 is #D119FB. Grayscale: #959595. Windows color (decimal): -13703676 or 321070. OLE color: 321070.

HSL color Cylindrical-coordinate representation of color #2EE604: hue angle of 108.85º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2EE604 is Cyan = 0.8, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.10.

Color convert

RGB 46 230 4 -
CMYK 0.8 0 0.98 0.10
HSL 108.85º 0.97% 0.46% -
HSV(B) 108.85º 0.98% 0.9% -
XYZ 29.45 57.18 9.6 -
YUV 149.22 46.04 54.38 -
System Red Green Blue C M Y K H S L
Decimal 46 230 4 0.8 0 0.98 0.10 108.85 0.97 0.46
Hex 2E E6 4 50 0 62 A 6D 61 2E
Octal 56 346 4 120 0 142 12 155 141 56
Binary 101110 11100110 100 1010000 0 1100010 1010 1101101 1100001 101110

Color Harmonies of #2EE604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE604

Black with #2EE604

Text Example


Text Example

White with #2EE604

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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