Html Css Color HEX #3FF016 Harlequin

📋 copy color: '#3FF016'

red 63 ◦ green 240 ◦ blue 22

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

Shades of Harlequin #3FF016

Tints of Harlequin #3FF016

RGB

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

 GREEN value IS 240 (94.14% from 255) = 73.85%

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

R = 19.38%
G = 73.85%
B = 6.77%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#3FF016 (or 0x3FF016) is known color: Harlequin. HEX triplet: 3F, F0 and 16. RGB value is (63,240,22). Sum of RGB (Red+Green+Blue) = 63+240+22=325 (43% of max value = 765). Red value is 63 (25% from 255 or 19.38% from 325); Green value is 240 (94.14% from 255 or 73.85% from 325); Blue value is 22 (8.98% from 255 or 6.77% from 325); Max value from RGB is 240 - color contains mainly: green. Hex color #3FF016 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FF016 is #C00FE9. Grayscale: #A2A2A2. Windows color (decimal): -12586986 or 1503295. OLE color: 1503295.

HSL color Cylindrical-coordinate representation of color #3FF016: hue angle of 108.72º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3FF016 is Cyan = 0.74, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.

Color convert

RGB 63 240 22 -
CMYK 0.74 0 0.91 0.06
HSL 108.72º 0.88% 0.51% -
HSV(B) 108.72º 0.91% 0.94% -
XYZ 33.35 63.43 11.25 -
YUV 162.23 48.86 57.23 -
System Red Green Blue C M Y K H S L
Decimal 63 240 22 0.74 0 0.91 0.06 108.72 0.88 0.51
Hex 3F F0 16 4A 0 5B 6 6D 58 33
Octal 77 360 26 112 0 133 6 155 130 63
Binary 111111 11110000 10110 1001010 0 1011011 110 1101101 1011000 110011

Color Harmonies of #3FF016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FF016

Black with #3FF016

Text Example


Text Example

White with #3FF016

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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