Html Css Color HEX #2EE414 Harlequin

📋 copy color: '#2EE414'

red 46 ◦ green 228 ◦ blue 20

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

Shades of Harlequin #2EE414

Tints of Harlequin #2EE414

RGB

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

 GREEN value IS 228 (89.45% from 255) = 77.55%

 BLUE value IS 20 (8.2% from 255) = 6.8%

R = 15.65%
G = 77.55%
B = 6.8%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#2EE414 (or 0x2EE414) is known color: Harlequin. HEX triplet: 2E, E4 and 14. RGB value is (46,228,20). Sum of RGB (Red+Green+Blue) = 46+228+20=294 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.65% from 294); Green value is 228 (89.45% from 255 or 77.55% from 294); Blue value is 20 (8.20% from 255 or 6.80% from 294); Max value from RGB is 228 - color contains mainly: green. Hex color #2EE414 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EE414 is #D11BEB. Grayscale: #969696. Windows color (decimal): -13704172 or 1369134. OLE color: 1369134.

HSL color Cylindrical-coordinate representation of color #2EE414: hue angle of 112.5º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2EE414 is Cyan = 0.80, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.

Color convert

RGB 46 228 20 -
CMYK 0.80 0 0.91 0.11
HSL 112.5º 0.84% 0.49% -
HSV(B) 112.5º 0.91% 0.89% -
XYZ 29 56.12 9.97 -
YUV 149.87 54.7 53.91 -
System Red Green Blue C M Y K H S L
Decimal 46 228 20 0.80 0 0.91 0.11 112.5 0.84 0.49
Hex 2E E4 14 50 0 5B B 70 54 31
Octal 56 344 24 120 0 133 13 160 124 61
Binary 101110 11100100 10100 1010000 0 1011011 1011 1110000 1010100 110001

Color Harmonies of #2EE414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE414

Black with #2EE414

Text Example


Text Example

White with #2EE414

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,228,20); }

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

background-color css

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

 a { background-color: rgb(46,228,20); }

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

border-color css

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

 span { border-color: rgb(46,228,20); }

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