Html Css Color HEX #3FE800 Harlequin

📋 copy color: '#3FE800'

red 63 ◦ green 232 ◦ blue 0

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

Shades of Harlequin #3FE800

Tints of Harlequin #3FE800

RGB

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

 GREEN value IS 232 (91.02% from 255) = 78.64%

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

R = 21.36%
G = 78.64%
B = 0%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 1

 K value IS 0.09

RGB Variations

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

Color information

#3FE800 (or 0x3FE800) is known color: Harlequin. HEX triplet: 3F, E8 and 00. RGB value is (63,232,0). Sum of RGB (Red+Green+Blue) = 63+232+0=295 (39% of max value = 765). Red value is 63 (25% from 255 or 21.36% from 295); Green value is 232 (91.02% from 255 or 78.64% from 295); Blue value is 0 (0.39% from 255 or 0% from 295); Max value from RGB is 232 - color contains mainly: green. Hex color #3FE800 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FE800 is #C017FF. Grayscale: #9B9B9B. Windows color (decimal): -12589056 or 59455. OLE color: 59455.

HSL color Cylindrical-coordinate representation of color #3FE800: hue angle of 103.71º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3FE800 is Cyan = 0.73, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.09.

Color convert

RGB 63 232 0 -
CMYK 0.73 0 1 0.09
HSL 103.71º 1% 0.45% -
HSV(B) 103.71º 1% 0.91% -
XYZ 30.91 58.77 9.71 -
YUV 155.02 40.51 62.36 -
System Red Green Blue C M Y K H S L
Decimal 63 232 0 0.73 0 1 0.09 103.71 1 0.45
Hex 3F E8 0 49 0 64 9 68 64 2D
Octal 77 350 0 111 0 144 11 150 144 55
Binary 111111 11101000 0 1001001 0 1100100 1001 1101000 1100100 101101

Color Harmonies of #3FE800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FE800

Black with #3FE800

Text Example


Text Example

White with #3FE800

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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