Html Css Color HEX #2EF71A Harlequin

📋 copy color: '#2EF71A'

red 46 ◦ green 247 ◦ blue 26

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

Shades of Harlequin #2EF71A

Tints of Harlequin #2EF71A

RGB

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

 GREEN value IS 247 (96.88% from 255) = 77.43%

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

R = 14.42%
G = 77.43%
B = 8.15%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.89

 K value IS 0.03

RGB Variations

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

Color information

#2EF71A (or 0x2EF71A) is known color: Harlequin. HEX triplet: 2E, F7 and 1A. RGB value is (46,247,26). Sum of RGB (Red+Green+Blue) = 46+247+26=319 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.42% from 319); Green value is 247 (96.88% from 255 or 77.43% from 319); Blue value is 26 (10.55% from 255 or 8.15% from 319); Max value from RGB is 247 - color contains mainly: green. Hex color #2EF71A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EF71A is #D108E5. Grayscale: #A2A2A2. Windows color (decimal): -13699302 or 1767214. OLE color: 1767214.

HSL color Cylindrical-coordinate representation of color #2EF71A: hue angle of 114.57º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2EF71A is Cyan = 0.81, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.03.

Color convert

RGB 46 247 26 -
CMYK 0.81 0 0.89 0.03
HSL 114.57º 0.93% 0.54% -
HSV(B) 114.57º 0.89% 0.97% -
XYZ 34.57 67.18 12.12 -
YUV 161.71 51.41 45.47 -
System Red Green Blue C M Y K H S L
Decimal 46 247 26 0.81 0 0.89 0.03 114.57 0.93 0.54
Hex 2E F7 1A 51 0 59 3 73 5D 36
Octal 56 367 32 121 0 131 3 163 135 66
Binary 101110 11110111 11010 1010001 0 1011001 11 1110011 1011101 110110

Color Harmonies of #2EF71A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF71A

Black with #2EF71A

Text Example


Text Example

White with #2EF71A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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