Html Css Color HEX #3FEF20 Harlequin

📋 copy color: '#3FEF20'

red 63 ◦ green 239 ◦ blue 32

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

Shades of Harlequin #3FEF20

Tints of Harlequin #3FEF20

RGB

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

 GREEN value IS 239 (93.75% from 255) = 71.56%

 BLUE value IS 32 (12.89% from 255) = 9.58%

R = 18.86%
G = 71.56%
B = 9.58%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#3FEF20 (or 0x3FEF20) is known color: Harlequin. HEX triplet: 3F, EF and 20. RGB value is (63,239,32). Sum of RGB (Red+Green+Blue) = 63+239+32=334 (44% of max value = 765). Red value is 63 (25% from 255 or 18.86% from 334); Green value is 239 (93.75% from 255 or 71.56% from 334); Blue value is 32 (12.89% from 255 or 9.58% from 334); Max value from RGB is 239 - color contains mainly: green. Hex color #3FEF20 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FEF20 is #C010DF. Grayscale: #A3A3A3. Windows color (decimal): -12587232 or 2158399. OLE color: 2158399.

HSL color Cylindrical-coordinate representation of color #3FEF20: hue angle of 111.01º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3FEF20 is Cyan = 0.74, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB 63 239 32 -
CMYK 0.74 0 0.87 0.06
HSL 111.01º 0.87% 0.53% -
HSV(B) 111.01º 0.87% 0.94% -
XYZ 33.18 62.89 11.76 -
YUV 162.78 54.19 56.83 -
System Red Green Blue C M Y K H S L
Decimal 63 239 32 0.74 0 0.87 0.06 111.01 0.87 0.53
Hex 3F EF 20 4A 0 57 6 6F 57 35
Octal 77 357 40 112 0 127 6 157 127 65
Binary 111111 11101111 100000 1001010 0 1010111 110 1101111 1010111 110101

Color Harmonies of #3FEF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FEF20

Black with #3FEF20

Text Example


Text Example

White with #3FEF20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,239,32); }

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

background-color css

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

 a { background-color: rgb(63,239,32); }

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

border-color css

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

 span { border-color: rgb(63,239,32); }

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