Html Css Color HEX #2EF41A Harlequin

📋 copy color: '#2EF41A'

red 46 ◦ green 244 ◦ blue 26

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

Shades of Harlequin #2EF41A

Tints of Harlequin #2EF41A

RGB

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

 GREEN value IS 244 (95.7% from 255) = 77.22%

 BLUE value IS 26 (10.55% from 255) = 8.23%

R = 14.56%
G = 77.22%
B = 8.23%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#2EF41A (or 0x2EF41A) is known color: Harlequin. HEX triplet: 2E, F4 and 1A. RGB value is (46,244,26). Sum of RGB (Red+Green+Blue) = 46+244+26=316 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.56% from 316); Green value is 244 (95.70% from 255 or 77.22% from 316); Blue value is 26 (10.55% from 255 or 8.23% from 316); Max value from RGB is 244 - color contains mainly: green. Hex color #2EF41A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EF41A is #D10BE5. Grayscale: #A0A0A0. Windows color (decimal): -13700070 or 1766446. OLE color: 1766446.

HSL color Cylindrical-coordinate representation of color #2EF41A: hue angle of 114.5º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2EF41A is Cyan = 0.81, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.

Color convert

RGB 46 244 26 -
CMYK 0.81 0 0.89 0.04
HSL 114.5º 0.91% 0.53% -
HSV(B) 114.5º 0.89% 0.96% -
XYZ 33.66 65.36 11.82 -
YUV 159.95 52.4 46.73 -
System Red Green Blue C M Y K H S L
Decimal 46 244 26 0.81 0 0.89 0.04 114.5 0.91 0.53
Hex 2E F4 1A 51 0 59 4 72 5B 35
Octal 56 364 32 121 0 131 4 162 133 65
Binary 101110 11110100 11010 1010001 0 1011001 100 1110010 1011011 110101

Color Harmonies of #2EF41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF41A

Black with #2EF41A

Text Example


Text Example

White with #2EF41A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,244,26); }

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

background-color css

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

 a { background-color: rgb(46,244,26); }

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

border-color css

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

 span { border-color: rgb(46,244,26); }

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