Html Css Color HEX #3EEC0C Harlequin

📋 copy color: '#3EEC0C'

red 62 ◦ green 236 ◦ blue 12

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

Shades of Harlequin #3EEC0C

Tints of Harlequin #3EEC0C

RGB

 RED value IS 62 (24.61% from 255) = 20%

 GREEN value IS 236 (92.58% from 255) = 76.13%

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

R = 20%
G = 76.13%
B = 3.87%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#3EEC0C (or 0x3EEC0C) is known color: Harlequin. HEX triplet: 3E, EC and 0C. RGB value is (62,236,12). Sum of RGB (Red+Green+Blue) = 62+236+12=310 (41% of max value = 765). Red value is 62 (24.61% from 255 or 20% from 310); Green value is 236 (92.58% from 255 or 76.13% from 310); Blue value is 12 (5.08% from 255 or 3.87% from 310); Max value from RGB is 236 - color contains mainly: green. Hex color #3EEC0C is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3EEC0C is #C113F3. Grayscale: #9F9F9F. Windows color (decimal): -12653556 or 846910. OLE color: 846910.

HSL color Cylindrical-coordinate representation of color #3EEC0C: hue angle of 106.61º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3EEC0C is Cyan = 0.74, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 62 236 12 -
CMYK 0.74 0 0.95 0.07
HSL 106.61º 0.9% 0.49% -
HSV(B) 106.61º 0.95% 0.93% -
XYZ 32.05 61.04 10.44 -
YUV 158.44 45.35 59.21 -
System Red Green Blue C M Y K H S L
Decimal 62 236 12 0.74 0 0.95 0.07 106.61 0.9 0.49
Hex 3E EC C 4A 0 5F 7 6B 5A 31
Octal 76 354 14 112 0 137 7 153 132 61
Binary 111110 11101100 1100 1001010 0 1011111 111 1101011 1011010 110001

Color Harmonies of #3EEC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EEC0C

Black with #3EEC0C

Text Example


Text Example

White with #3EEC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3EEC0C; }

 p { color: rgb(62,236,12); }

 H1.HeaderClassName
 {
   color: #3EEC0C;
 }
 .AnyTagClassName
 {
   color: #3EEC0C;
 }
</style>

background-color css

<style>
 a { background-color: #3EEC0C; }

 a { background-color: rgb(62,236,12); }

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

border-color css

<style>
 span { border-color: #3EEC0C; }

 span { border-color: rgb(62,236,12); }

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