Html Css Color HEX #2EEF0C Harlequin

📋 copy color: '#2EEF0C'

red 46 ◦ green 239 ◦ blue 12

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

Shades of Harlequin #2EEF0C

Tints of Harlequin #2EEF0C

RGB

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

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

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

R = 15.49%
G = 80.47%
B = 4.04%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#2EEF0C (or 0x2EEF0C) is known color: Harlequin. HEX triplet: 2E, EF and 0C. RGB value is (46,239,12). Sum of RGB (Red+Green+Blue) = 46+239+12=297 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.49% from 297); Green value is 239 (93.75% from 255 or 80.47% from 297); Blue value is 12 (5.08% from 255 or 4.04% from 297); Max value from RGB is 239 - color contains mainly: green. Hex color #2EEF0C is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EEF0C is #D110F3. Grayscale: #9C9C9C. Windows color (decimal): -13701364 or 847662. OLE color: 847662.

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

Color convert

RGB 46 239 12 -
CMYK 0.81 0 0.95 0.06
HSL 111.01º 0.9% 0.49% -
HSV(B) 111.01º 0.95% 0.94% -
XYZ 32.06 62.34 10.69 -
YUV 155.42 47.06 49.96 -
System Red Green Blue C M Y K H S L
Decimal 46 239 12 0.81 0 0.95 0.06 111.01 0.9 0.49
Hex 2E EF C 51 0 5F 6 6F 5A 31
Octal 56 357 14 121 0 137 6 157 132 61
Binary 101110 11101111 1100 1010001 0 1011111 110 1101111 1011010 110001

Color Harmonies of #2EEF0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEF0C

Black with #2EEF0C

Text Example


Text Example

White with #2EEF0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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