Html Css Color HEX #3FFC01 Harlequin

📋 copy color: '#3FFC01'

red 63 ◦ green 252 ◦ blue 1

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

Shades of Harlequin #3FFC01

Tints of Harlequin #3FFC01

RGB

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

 GREEN value IS 252 (98.83% from 255) = 79.75%

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

R = 19.94%
G = 79.75%
B = 0.32%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#3FFC01 (or 0x3FFC01) is known color: Harlequin. HEX triplet: 3F, FC and 01. RGB value is (63,252,1). Sum of RGB (Red+Green+Blue) = 63+252+1=316 (41% of max value = 765). Red value is 63 (25% from 255 or 19.94% from 316); Green value is 252 (98.83% from 255 or 79.75% from 316); Blue value is 1 (0.78% from 255 or 0.32% from 316); Max value from RGB is 252 - color contains mainly: green. Hex color #3FFC01 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FFC01 is #C003FE. Grayscale: #A7A7A7. Windows color (decimal): -12583935 or 130111. OLE color: 130111.

HSL color Cylindrical-coordinate representation of color #3FFC01: hue angle of 105.18º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3FFC01 is Cyan = 0.75, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.01.

Color convert

RGB 63 252 1 -
CMYK 0.75 0 1.00 0.01
HSL 105.18º 0.99% 0.5% -
HSV(B) 105.18º 1% 0.99% -
XYZ 36.87 70.68 11.73 -
YUV 166.88 34.38 53.91 -
System Red Green Blue C M Y K H S L
Decimal 63 252 1 0.75 0 1.00 0.01 105.18 0.99 0.5
Hex 3F FC 1 4B 0 64 1 69 63 32
Octal 77 374 1 113 0 144 1 151 143 62
Binary 111111 11111100 1 1001011 0 1100100 1 1101001 1100011 110010

Color Harmonies of #3FFC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FFC01

Black with #3FFC01

Text Example


Text Example

White with #3FFC01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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