Html Css Color HEX #2EF81B Harlequin

📋 copy color: '#2EF81B'

red 46 ◦ green 248 ◦ blue 27

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

Shades of Harlequin #2EF81B

Tints of Harlequin #2EF81B

RGB

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

 GREEN value IS 248 (97.27% from 255) = 77.26%

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

R = 14.33%
G = 77.26%
B = 8.41%

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

#2EF81B (or 0x2EF81B) is known color: Harlequin. HEX triplet: 2E, F8 and 1B. RGB value is (46,248,27). Sum of RGB (Red+Green+Blue) = 46+248+27=321 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.33% from 321); Green value is 248 (97.27% from 255 or 77.26% from 321); Blue value is 27 (10.94% from 255 or 8.41% from 321); Max value from RGB is 248 - color contains mainly: green. Hex color #2EF81B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EF81B is #D107E4. Grayscale: #A3A3A3. Windows color (decimal): -13699045 or 1833006. OLE color: 1833006.

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

Color convert

RGB 46 248 27 -
CMYK 0.81 0 0.89 0.03
HSL 114.84º 0.94% 0.54% -
HSV(B) 114.84º 0.89% 0.97% -
XYZ 34.89 67.79 12.28 -
YUV 162.41 51.58 44.97 -
System Red Green Blue C M Y K H S L
Decimal 46 248 27 0.81 0 0.89 0.03 114.84 0.94 0.54
Hex 2E F8 1B 51 0 59 3 73 5E 36
Octal 56 370 33 121 0 131 3 163 136 66
Binary 101110 11111000 11011 1010001 0 1011001 11 1110011 1011110 110110

Color Harmonies of #2EF81B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF81B

Black with #2EF81B

Text Example


Text Example

White with #2EF81B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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