Html Css Color HEX #3FE000 Harlequin

📋 copy color: '#3FE000'

red 63 ◦ green 224 ◦ blue 0

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

Shades of Harlequin #3FE000

Tints of Harlequin #3FE000

RGB

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

 GREEN value IS 224 (87.89% from 255) = 78.05%

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

R = 21.95%
G = 78.05%
B = 0%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#3FE000 (or 0x3FE000) is known color: Harlequin. HEX triplet: 3F, E0 and 00. RGB value is (63,224,0). Sum of RGB (Red+Green+Blue) = 63+224+0=287 (38% of max value = 765). Red value is 63 (25% from 255 or 21.95% from 287); Green value is 224 (87.89% from 255 or 78.05% from 287); Blue value is 0 (0.39% from 255 or 0% from 287); Max value from RGB is 224 - color contains mainly: green. Hex color #3FE000 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FE000 is #C01FFF. Grayscale: #979797. Windows color (decimal): -12591104 or 57407. OLE color: 57407.

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

Color convert

RGB 63 224 0 -
CMYK 0.72 0 1 0.12
HSL 103.13º 1% 0.44% -
HSV(B) 103.13º 1% 0.88% -
XYZ 28.71 54.37 8.98 -
YUV 150.33 43.16 65.71 -
System Red Green Blue C M Y K H S L
Decimal 63 224 0 0.72 0 1 0.12 103.13 1 0.44
Hex 3F E0 0 48 0 64 C 67 64 2C
Octal 77 340 0 110 0 144 14 147 144 54
Binary 111111 11100000 0 1001000 0 1100100 1100 1100111 1100100 101100

Color Harmonies of #3FE000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FE000

Black with #3FE000

Text Example


Text Example

White with #3FE000

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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