Html Css Color HEX #3FEB20 Harlequin

📋 copy color: '#3FEB20'

red 63 ◦ green 235 ◦ blue 32

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

Shades of Harlequin #3FEB20

Tints of Harlequin #3FEB20

RGB

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

 GREEN value IS 235 (92.19% from 255) = 71.21%

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

R = 19.09%
G = 71.21%
B = 9.7%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#3FEB20 (or 0x3FEB20) is known color: Harlequin. HEX triplet: 3F, EB and 20. RGB value is (63,235,32). Sum of RGB (Red+Green+Blue) = 63+235+32=330 (43% of max value = 765). Red value is 63 (25% from 255 or 19.09% from 330); Green value is 235 (92.19% from 255 or 71.21% from 330); Blue value is 32 (12.89% from 255 or 9.70% from 330); Max value from RGB is 235 - color contains mainly: green. Hex color #3FEB20 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FEB20 is #C014DF. Grayscale: #A1A1A1. Windows color (decimal): -12588256 or 2157375. OLE color: 2157375.

HSL color Cylindrical-coordinate representation of color #3FEB20: hue angle of 110.84º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3FEB20 is Cyan = 0.73, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.08.

Color convert

RGB 63 235 32 -
CMYK 0.73 0 0.86 0.08
HSL 110.84º 0.84% 0.52% -
HSV(B) 110.84º 0.86% 0.92% -
XYZ 32.02 60.58 11.37 -
YUV 160.43 55.52 58.51 -
System Red Green Blue C M Y K H S L
Decimal 63 235 32 0.73 0 0.86 0.08 110.84 0.84 0.52
Hex 3F EB 20 49 0 56 8 6F 54 34
Octal 77 353 40 111 0 126 10 157 124 64
Binary 111111 11101011 100000 1001001 0 1010110 1000 1101111 1010100 110100

Color Harmonies of #3FEB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FEB20

Black with #3FEB20

Text Example


Text Example

White with #3FEB20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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