Html Css Color HEX #3FFC16 Harlequin

📋 copy color: '#3FFC16'

red 63 ◦ green 252 ◦ blue 22

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

Shades of Harlequin #3FFC16

Tints of Harlequin #3FFC16

RGB

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

 GREEN value IS 252 (98.83% from 255) = 74.78%

 BLUE value IS 22 (8.98% from 255) = 6.53%

R = 18.69%
G = 74.78%
B = 6.53%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#3FFC16 (or 0x3FFC16) is known color: Harlequin. HEX triplet: 3F, FC and 16. RGB value is (63,252,22). Sum of RGB (Red+Green+Blue) = 63+252+22=337 (44% of max value = 765). Red value is 63 (25% from 255 or 18.69% from 337); Green value is 252 (98.83% from 255 or 74.78% from 337); Blue value is 22 (8.98% from 255 or 6.53% from 337); Max value from RGB is 252 - color contains mainly: green. Hex color #3FFC16 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FFC16 is #C003E9. Grayscale: #A9A9A9. Windows color (decimal): -12583914 or 1506367. OLE color: 1506367.

HSL color Cylindrical-coordinate representation of color #3FFC16: hue angle of 109.3º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3FFC16 is Cyan = 0.75, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.

Color convert

RGB 63 252 22 -
CMYK 0.75 0 0.91 0.01
HSL 109.3º 0.97% 0.54% -
HSV(B) 109.3º 0.91% 0.99% -
XYZ 37.01 70.74 12.46 -
YUV 169.27 44.88 52.2 -
System Red Green Blue C M Y K H S L
Decimal 63 252 22 0.75 0 0.91 0.01 109.3 0.97 0.54
Hex 3F FC 16 4B 0 5B 1 6D 61 36
Octal 77 374 26 113 0 133 1 155 141 66
Binary 111111 11111100 10110 1001011 0 1011011 1 1101101 1100001 110110

Color Harmonies of #3FFC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FFC16

Black with #3FFC16

Text Example


Text Example

White with #3FFC16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,252,22); }

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

background-color css

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

 a { background-color: rgb(63,252,22); }

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

border-color css

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

 span { border-color: rgb(63,252,22); }

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