Html Css Color HEX #2EEA04 Harlequin

📋 copy color: '#2EEA04'

red 46 ◦ green 234 ◦ blue 4

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

Shades of Harlequin #2EEA04

Tints of Harlequin #2EEA04

RGB

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

 GREEN value IS 234 (91.8% from 255) = 82.39%

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

R = 16.2%
G = 82.39%
B = 1.41%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#2EEA04 (or 0x2EEA04) is known color: Harlequin. HEX triplet: 2E, EA and 04. RGB value is (46,234,4). Sum of RGB (Red+Green+Blue) = 46+234+4=284 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.20% from 284); Green value is 234 (91.80% from 255 or 82.39% from 284); Blue value is 4 (1.95% from 255 or 1.41% from 284); Max value from RGB is 234 - color contains mainly: green. Hex color #2EEA04 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EEA04 is #D115FB. Grayscale: #989898. Windows color (decimal): -13702652 or 322094. OLE color: 322094.

HSL color Cylindrical-coordinate representation of color #2EEA04: hue angle of 109.04º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2EEA04 is Cyan = 0.80, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.08.

Color convert

RGB 46 234 4 -
CMYK 0.80 0 0.98 0.08
HSL 109.04º 0.97% 0.47% -
HSV(B) 109.04º 0.98% 0.92% -
XYZ 30.57 59.44 9.98 -
YUV 151.57 44.72 52.7 -
System Red Green Blue C M Y K H S L
Decimal 46 234 4 0.80 0 0.98 0.08 109.04 0.97 0.47
Hex 2E EA 4 50 0 62 8 6D 61 2F
Octal 56 352 4 120 0 142 10 155 141 57
Binary 101110 11101010 100 1010000 0 1100010 1000 1101101 1100001 101111

Color Harmonies of #2EEA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEA04

Black with #2EEA04

Text Example


Text Example

White with #2EEA04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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