Html Css Color HEX #2EF70C Harlequin

📋 copy color: '#2EF70C'

red 46 ◦ green 247 ◦ blue 12

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

Shades of Harlequin #2EF70C

Tints of Harlequin #2EF70C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.93%

R = 15.08%
G = 80.98%
B = 3.93%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#2EF70C (or 0x2EF70C) is known color: Harlequin. HEX triplet: 2E, F7 and 0C. RGB value is (46,247,12). Sum of RGB (Red+Green+Blue) = 46+247+12=305 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.08% from 305); Green value is 247 (96.88% from 255 or 80.98% from 305); Blue value is 12 (5.08% from 255 or 3.93% from 305); Max value from RGB is 247 - color contains mainly: green. Hex color #2EF70C is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EF70C is #D108F3. Grayscale: #A0A0A0. Windows color (decimal): -13699316 or 849710. OLE color: 849710.

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

Color convert

RGB 46 247 12 -
CMYK 0.81 0 0.95 0.03
HSL 111.32º 0.94% 0.51% -
HSV(B) 111.32º 0.95% 0.97% -
XYZ 34.45 67.13 11.49 -
YUV 160.11 44.41 46.61 -
System Red Green Blue C M Y K H S L
Decimal 46 247 12 0.81 0 0.95 0.03 111.32 0.94 0.51
Hex 2E F7 C 51 0 5F 3 6F 5E 33
Octal 56 367 14 121 0 137 3 157 136 63
Binary 101110 11110111 1100 1010001 0 1011111 11 1101111 1011110 110011

Color Harmonies of #2EF70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF70C

Black with #2EF70C

Text Example


Text Example

White with #2EF70C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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