Html Css Color HEX #3FEC00 Harlequin

📋 copy color: '#3FEC00'

red 63 ◦ green 236 ◦ blue 0

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

Shades of Harlequin #3FEC00

Tints of Harlequin #3FEC00

RGB

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

 GREEN value IS 236 (92.58% from 255) = 78.93%

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

R = 21.07%
G = 78.93%
B = 0%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#3FEC00 (or 0x3FEC00) is known color: Harlequin. HEX triplet: 3F, EC and 00. RGB value is (63,236,0). Sum of RGB (Red+Green+Blue) = 63+236+0=299 (39% of max value = 765). Red value is 63 (25% from 255 or 21.07% from 299); Green value is 236 (92.58% from 255 or 78.93% from 299); Blue value is 0 (0.39% from 255 or 0% from 299); Max value from RGB is 236 - color contains mainly: green. Hex color #3FEC00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FEC00 is #C013FF. Grayscale: #9E9E9E. Windows color (decimal): -12588032 or 60479. OLE color: 60479.

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

Color convert

RGB 63 236 0 -
CMYK 0.73 0 1 0.07
HSL 103.98º 1% 0.46% -
HSV(B) 103.98º 1% 0.93% -
XYZ 32.05 61.05 10.09 -
YUV 157.37 39.19 60.69 -
System Red Green Blue C M Y K H S L
Decimal 63 236 0 0.73 0 1 0.07 103.98 1 0.46
Hex 3F EC 0 49 0 64 7 68 64 2E
Octal 77 354 0 111 0 144 7 150 144 56
Binary 111111 11101100 0 1001001 0 1100100 111 1101000 1100100 101110

Color Harmonies of #3FEC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FEC00

Black with #3FEC00

Text Example


Text Example

White with #3FEC00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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