Html Css Color HEX #2EF71B Harlequin

📋 copy color: '#2EF71B'

red 46 ◦ green 247 ◦ blue 27

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

Shades of Harlequin #2EF71B

Tints of Harlequin #2EF71B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.44%

R = 14.38%
G = 77.19%
B = 8.44%

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

#2EF71B (or 0x2EF71B) is known color: Harlequin. HEX triplet: 2E, F7 and 1B. RGB value is (46,247,27). Sum of RGB (Red+Green+Blue) = 46+247+27=320 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.38% from 320); Green value is 247 (96.88% from 255 or 77.19% from 320); Blue value is 27 (10.94% from 255 or 8.44% from 320); Max value from RGB is 247 - color contains mainly: green. Hex color #2EF71B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EF71B is #D108E4. Grayscale: #A2A2A2. Windows color (decimal): -13699301 or 1832750. OLE color: 1832750.

HSL color Cylindrical-coordinate representation of color #2EF71B: hue angle of 114.82º 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 #2EF71B is Cyan = 0.81, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.03.

Color convert

RGB 46 247 27 -
CMYK 0.81 0 0.89 0.03
HSL 114.82º 0.93% 0.54% -
HSV(B) 114.82º 0.89% 0.97% -
XYZ 34.59 67.18 12.18 -
YUV 161.82 51.91 45.39 -
System Red Green Blue C M Y K H S L
Decimal 46 247 27 0.81 0 0.89 0.03 114.82 0.93 0.54
Hex 2E F7 1B 51 0 59 3 73 5D 36
Octal 56 367 33 121 0 131 3 163 135 66
Binary 101110 11110111 11011 1010001 0 1011001 11 1110011 1011101 110110

Color Harmonies of #2EF71B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF71B

Black with #2EF71B

Text Example


Text Example

White with #2EF71B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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