Html Css Color HEX #3FF011 Harlequin

📋 copy color: '#3FF011'

red 63 ◦ green 240 ◦ blue 17

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

Shades of Harlequin #3FF011

Tints of Harlequin #3FF011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.31%

R = 19.69%
G = 75%
B = 5.31%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#3FF011 (or 0x3FF011) is known color: Harlequin. HEX triplet: 3F, F0 and 11. RGB value is (63,240,17). Sum of RGB (Red+Green+Blue) = 63+240+17=320 (42% of max value = 765). Red value is 63 (25% from 255 or 19.69% from 320); Green value is 240 (94.14% from 255 or 75% from 320); Blue value is 17 (7.03% from 255 or 5.31% from 320); Max value from RGB is 240 - color contains mainly: green. Hex color #3FF011 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FF011 is #C00FEE. Grayscale: #A2A2A2. Windows color (decimal): -12586991 or 1175615. OLE color: 1175615.

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

Color convert

RGB 63 240 17 -
CMYK 0.74 0 0.93 0.06
HSL 107.62º 0.88% 0.5% -
HSV(B) 107.62º 0.93% 0.94% -
XYZ 33.31 63.42 11.02 -
YUV 161.66 46.36 57.63 -
System Red Green Blue C M Y K H S L
Decimal 63 240 17 0.74 0 0.93 0.06 107.62 0.88 0.5
Hex 3F F0 11 4A 0 5D 6 6C 58 32
Octal 77 360 21 112 0 135 6 154 130 62
Binary 111111 11110000 10001 1001010 0 1011101 110 1101100 1011000 110010

Color Harmonies of #3FF011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FF011

Black with #3FF011

Text Example


Text Example

White with #3FF011

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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