Html Css Color HEX #2EEF06 Harlequin

📋 copy color: '#2EEF06'

red 46 ◦ green 239 ◦ blue 6

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

Shades of Harlequin #2EEF06

Tints of Harlequin #2EEF06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.06%

R = 15.81%
G = 82.13%
B = 2.06%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#2EEF06 (or 0x2EEF06) is known color: Harlequin. HEX triplet: 2E, EF and 06. RGB value is (46,239,6). Sum of RGB (Red+Green+Blue) = 46+239+6=291 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.81% from 291); Green value is 239 (93.75% from 255 or 82.13% from 291); Blue value is 6 (2.73% from 255 or 2.06% from 291); Max value from RGB is 239 - color contains mainly: green. Hex color #2EEF06 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EEF06 is #D110F9. Grayscale: #9B9B9B. Windows color (decimal): -13701370 or 454446. OLE color: 454446.

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

Color convert

RGB 46 239 6 -
CMYK 0.81 0 0.97 0.06
HSL 109.7º 0.95% 0.48% -
HSV(B) 109.7º 0.97% 0.94% -
XYZ 32.03 62.33 10.51 -
YUV 154.73 44.06 50.45 -
System Red Green Blue C M Y K H S L
Decimal 46 239 6 0.81 0 0.97 0.06 109.7 0.95 0.48
Hex 2E EF 6 51 0 61 6 6E 5F 30
Octal 56 357 6 121 0 141 6 156 137 60
Binary 101110 11101111 110 1010001 0 1100001 110 1101110 1011111 110000

Color Harmonies of #2EEF06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEF06

Black with #2EEF06

Text Example


Text Example

White with #2EEF06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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