Html Css Color HEX #2EF91B Harlequin

📋 copy color: '#2EF91B'

red 46 ◦ green 249 ◦ blue 27

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

Shades of Harlequin #2EF91B

Tints of Harlequin #2EF91B

RGB

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

 GREEN value IS 249 (97.66% from 255) = 77.33%

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

R = 14.29%
G = 77.33%
B = 8.39%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#2EF91B (or 0x2EF91B) is known color: Harlequin. HEX triplet: 2E, F9 and 1B. RGB value is (46,249,27). Sum of RGB (Red+Green+Blue) = 46+249+27=322 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.29% from 322); Green value is 249 (97.66% from 255 or 77.33% from 322); Blue value is 27 (10.94% from 255 or 8.39% from 322); Max value from RGB is 249 - color contains mainly: green. Hex color #2EF91B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EF91B is #D106E4. Grayscale: #A3A3A3. Windows color (decimal): -13698789 or 1833262. OLE color: 1833262.

HSL color Cylindrical-coordinate representation of color #2EF91B: hue angle of 114.86º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2EF91B is Cyan = 0.82, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.02.

Color convert

RGB 46 249 27 -
CMYK 0.82 0 0.89 0.02
HSL 114.86º 0.95% 0.54% -
HSV(B) 114.86º 0.89% 0.98% -
XYZ 35.2 68.41 12.39 -
YUV 163 51.25 44.55 -
System Red Green Blue C M Y K H S L
Decimal 46 249 27 0.82 0 0.89 0.02 114.86 0.95 0.54
Hex 2E F9 1B 52 0 59 2 73 5F 36
Octal 56 371 33 122 0 131 2 163 137 66
Binary 101110 11111001 11011 1010010 0 1011001 10 1110011 1011111 110110

Color Harmonies of #2EF91B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF91B

Black with #2EF91B

Text Example


Text Example

White with #2EF91B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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