Html Css Color HEX #3FEC01 Harlequin

📋 copy color: '#3FEC01'

red 63 ◦ green 236 ◦ blue 1

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

Shades of Harlequin #3FEC01

Tints of Harlequin #3FEC01

RGB

 RED value IS 63 (25% from 255) = 21%

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

 BLUE value IS 1 (0.78% from 255) = 0.33%

R = 21%
G = 78.67%
B = 0.33%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#3FEC01 (or 0x3FEC01) is known color: Harlequin. HEX triplet: 3F, EC and 01. RGB value is (63,236,1). Sum of RGB (Red+Green+Blue) = 63+236+1=300 (39% of max value = 765). Red value is 63 (25% from 255 or 21% from 300); Green value is 236 (92.58% from 255 or 78.67% from 300); Blue value is 1 (0.78% from 255 or 0.33% from 300); Max value from RGB is 236 - color contains mainly: green. Hex color #3FEC01 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FEC01 is #C013FE. Grayscale: #9E9E9E. Windows color (decimal): -12588031 or 126015. OLE color: 126015.

HSL color Cylindrical-coordinate representation of color #3FEC01: hue angle of 104.17º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3FEC01 is Cyan = 0.73, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 63 236 1 -
CMYK 0.73 0 1.00 0.07
HSL 104.17º 0.99% 0.46% -
HSV(B) 104.17º 1% 0.93% -
XYZ 32.05 61.05 10.12 -
YUV 157.48 39.69 60.61 -
System Red Green Blue C M Y K H S L
Decimal 63 236 1 0.73 0 1.00 0.07 104.17 0.99 0.46
Hex 3F EC 1 49 0 64 7 68 63 2E
Octal 77 354 1 111 0 144 7 150 143 56
Binary 111111 11101100 1 1001001 0 1100100 111 1101000 1100011 101110

Color Harmonies of #3FEC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FEC01

Black with #3FEC01

Text Example


Text Example

White with #3FEC01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,236,1); }

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

background-color css

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

 a { background-color: rgb(63,236,1); }

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

border-color css

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

 span { border-color: rgb(63,236,1); }

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