Html Css Color HEX #2EE504 Harlequin

📋 copy color: '#2EE504'

red 46 ◦ green 229 ◦ blue 4

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

Shades of Harlequin #2EE504

Tints of Harlequin #2EE504

RGB

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

 GREEN value IS 229 (89.84% from 255) = 82.08%

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

R = 16.49%
G = 82.08%
B = 1.43%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.98

 K value IS 0.10

RGB Variations

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

Color information

#2EE504 (or 0x2EE504) is known color: Harlequin. HEX triplet: 2E, E5 and 04. RGB value is (46,229,4). Sum of RGB (Red+Green+Blue) = 46+229+4=279 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.49% from 279); Green value is 229 (89.84% from 255 or 82.08% from 279); Blue value is 4 (1.95% from 255 or 1.43% from 279); Max value from RGB is 229 - color contains mainly: green. Hex color #2EE504 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EE504 is #D11AFB. Grayscale: #959595. Windows color (decimal): -13703932 or 320814. OLE color: 320814.

HSL color Cylindrical-coordinate representation of color #2EE504: hue angle of 108.8º 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 #2EE504 is Cyan = 0.80, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.10.

Color convert

RGB 46 229 4 -
CMYK 0.80 0 0.98 0.10
HSL 108.8º 0.97% 0.46% -
HSV(B) 108.8º 0.98% 0.9% -
XYZ 29.17 56.63 9.51 -
YUV 148.63 46.37 54.8 -
System Red Green Blue C M Y K H S L
Decimal 46 229 4 0.80 0 0.98 0.10 108.8 0.97 0.46
Hex 2E E5 4 50 0 62 A 6D 61 2E
Octal 56 345 4 120 0 142 12 155 141 56
Binary 101110 11100101 100 1010000 0 1100010 1010 1101101 1100001 101110

Color Harmonies of #2EE504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE504

Black with #2EE504

Text Example


Text Example

White with #2EE504

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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