Html Css Color HEX #3FFD04 Harlequin

📋 copy color: '#3FFD04'

red 63 ◦ green 253 ◦ blue 4

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

Shades of Harlequin #3FFD04

Tints of Harlequin #3FFD04

RGB

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

 GREEN value IS 253 (99.22% from 255) = 79.06%

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

R = 19.69%
G = 79.06%
B = 1.25%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#3FFD04 (or 0x3FFD04) is known color: Harlequin. HEX triplet: 3F, FD and 04. RGB value is (63,253,4). Sum of RGB (Red+Green+Blue) = 63+253+4=320 (42% of max value = 765). Red value is 63 (25% from 255 or 19.69% from 320); Green value is 253 (99.22% from 255 or 79.06% from 320); Blue value is 4 (1.95% from 255 or 1.25% from 320); Max value from RGB is 253 - color contains mainly: green. Hex color #3FFD04 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FFD04 is #C002FB. Grayscale: #A8A8A8. Windows color (decimal): -12583676 or 326975. OLE color: 326975.

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

Color convert

RGB 63 253 4 -
CMYK 0.75 0 0.98 0.01
HSL 105.78º 0.98% 0.5% -
HSV(B) 105.78º 0.98% 0.99% -
XYZ 37.2 71.32 11.92 -
YUV 167.8 35.55 53.25 -
System Red Green Blue C M Y K H S L
Decimal 63 253 4 0.75 0 0.98 0.01 105.78 0.98 0.5
Hex 3F FD 4 4B 0 62 1 6A 62 32
Octal 77 375 4 113 0 142 1 152 142 62
Binary 111111 11111101 100 1001011 0 1100010 1 1101010 1100010 110010

Color Harmonies of #3FFD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FFD04

Black with #3FFD04

Text Example


Text Example

White with #3FFD04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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