Html Css Color HEX #3FDC04 Harlequin

📋 copy color: '#3FDC04'

red 63 ◦ green 220 ◦ blue 4

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

Shades of Harlequin #3FDC04

Tints of Harlequin #3FDC04

RGB

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

 GREEN value IS 220 (86.33% from 255) = 76.66%

 BLUE value IS 4 (1.95% from 255) = 1.39%

R = 21.95%
G = 76.66%
B = 1.39%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#3FDC04 (or 0x3FDC04) is known color: Harlequin. HEX triplet: 3F, DC and 04. RGB value is (63,220,4). Sum of RGB (Red+Green+Blue) = 63+220+4=287 (38% of max value = 765). Red value is 63 (25% from 255 or 21.95% from 287); Green value is 220 (86.33% from 255 or 76.66% from 287); Blue value is 4 (1.95% from 255 or 1.39% from 287); Max value from RGB is 220 - color contains mainly: green. Hex color #3FDC04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FDC04 is #C023FB. Grayscale: #959595. Windows color (decimal): -12592124 or 318527. OLE color: 318527.

HSL color Cylindrical-coordinate representation of color #3FDC04: hue angle of 103.61º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3FDC04 is Cyan = 0.71, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.14.

Color convert

RGB 63 220 4 -
CMYK 0.71 0 0.98 0.14
HSL 103.61º 0.96% 0.44% -
HSV(B) 103.61º 0.98% 0.86% -
XYZ 27.67 52.25 8.74 -
YUV 148.43 46.49 67.06 -
System Red Green Blue C M Y K H S L
Decimal 63 220 4 0.71 0 0.98 0.14 103.61 0.96 0.44
Hex 3F DC 4 47 0 62 E 68 60 2C
Octal 77 334 4 107 0 142 16 150 140 54
Binary 111111 11011100 100 1000111 0 1100010 1110 1101000 1100000 101100

Color Harmonies of #3FDC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FDC04

Black with #3FDC04

Text Example


Text Example

White with #3FDC04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,220,4); }

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

background-color css

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

 a { background-color: rgb(63,220,4); }

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

border-color css

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

 span { border-color: rgb(63,220,4); }

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