Html Css Color HEX #2EEF1B Harlequin

📋 copy color: '#2EEF1B'

red 46 ◦ green 239 ◦ blue 27

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

Shades of Harlequin #2EEF1B

Tints of Harlequin #2EEF1B

RGB

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

 GREEN value IS 239 (93.75% from 255) = 76.6%

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

R = 14.74%
G = 76.6%
B = 8.65%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#2EEF1B (or 0x2EEF1B) is known color: Harlequin. HEX triplet: 2E, EF and 1B. RGB value is (46,239,27). Sum of RGB (Red+Green+Blue) = 46+239+27=312 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.74% from 312); Green value is 239 (93.75% from 255 or 76.60% from 312); Blue value is 27 (10.94% from 255 or 8.65% from 312); Max value from RGB is 239 - color contains mainly: green. Hex color #2EEF1B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EEF1B is #D110E4. Grayscale: #9D9D9D. Windows color (decimal): -13701349 or 1830702. OLE color: 1830702.

HSL color Cylindrical-coordinate representation of color #2EEF1B: hue angle of 114.62º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2EEF1B is Cyan = 0.81, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.06.

Color convert

RGB 46 239 27 -
CMYK 0.81 0 0.89 0.06
HSL 114.62º 0.87% 0.52% -
HSV(B) 114.62º 0.89% 0.94% -
XYZ 32.19 62.39 11.38 -
YUV 157.13 54.56 48.74 -
System Red Green Blue C M Y K H S L
Decimal 46 239 27 0.81 0 0.89 0.06 114.62 0.87 0.52
Hex 2E EF 1B 51 0 59 6 73 57 34
Octal 56 357 33 121 0 131 6 163 127 64
Binary 101110 11101111 11011 1010001 0 1011001 110 1110011 1010111 110100

Color Harmonies of #2EEF1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEF1B

Black with #2EEF1B

Text Example


Text Example

White with #2EEF1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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