Html Css Color HEX #3FE200 Harlequin

📋 copy color: '#3FE200'

red 63 ◦ green 226 ◦ blue 0

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

Shades of Harlequin #3FE200

Tints of Harlequin #3FE200

RGB

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

 GREEN value IS 226 (88.67% from 255) = 78.2%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 21.8%
G = 78.2%
B = 0%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 1

 K value IS 0.11

RGB Variations

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

Color information

#3FE200 (or 0x3FE200) is known color: Harlequin. HEX triplet: 3F, E2 and 00. RGB value is (63,226,0). Sum of RGB (Red+Green+Blue) = 63+226+0=289 (38% of max value = 765). Red value is 63 (25% from 255 or 21.80% from 289); Green value is 226 (88.67% from 255 or 78.20% from 289); Blue value is 0 (0.39% from 255 or 0% from 289); Max value from RGB is 226 - color contains mainly: green. Hex color #3FE200 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FE200 is #C01DFF. Grayscale: #989898. Windows color (decimal): -12590592 or 57919. OLE color: 57919.

HSL color Cylindrical-coordinate representation of color #3FE200: hue angle of 103.27º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3FE200 is Cyan = 0.72, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.11.

Color convert

RGB 63 226 0 -
CMYK 0.72 0 1 0.11
HSL 103.27º 1% 0.44% -
HSV(B) 103.27º 1% 0.89% -
XYZ 29.25 55.45 9.16 -
YUV 151.5 42.5 64.88 -
System Red Green Blue C M Y K H S L
Decimal 63 226 0 0.72 0 1 0.11 103.27 1 0.44
Hex 3F E2 0 48 0 64 B 67 64 2C
Octal 77 342 0 110 0 144 13 147 144 54
Binary 111111 11100010 0 1001000 0 1100100 1011 1100111 1100100 101100

Color Harmonies of #3FE200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FE200

Black with #3FE200

Text Example


Text Example

White with #3FE200

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,226,0); }

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

background-color css

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

 a { background-color: rgb(63,226,0); }

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

border-color css

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

 span { border-color: rgb(63,226,0); }

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