Html Css Color HEX #3DFF01 Harlequin

📋 copy color: '#3DFF01'

red 61 ◦ green 255 ◦ blue 1

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

Shades of Harlequin #3DFF01

Tints of Harlequin #3DFF01

RGB

 RED value IS 61 (24.22% from 255) = 19.24%

 GREEN value IS 255 (100% from 255) = 80.44%

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 19.24%
G = 80.44%
B = 0.32%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 1.00

 K value IS 0

RGB Variations

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

Color information

#3DFF01 (or 0x3DFF01) is known color: Harlequin. HEX triplet: 3D, FF and 01. RGB value is (61,255,1). Sum of RGB (Red+Green+Blue) = 61+255+1=317 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.24% from 317); Green value is 255 (100% from 255 or 80.44% from 317); Blue value is 1 (0.78% from 255 or 0.32% from 317); Max value from RGB is 255 - color contains mainly: green. Hex color #3DFF01 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3DFF01 is #C200FE. Grayscale: #A8A8A8. Windows color (decimal): -12714239 or 130877. OLE color: 130877.

HSL color Cylindrical-coordinate representation of color #3DFF01: hue angle of 105.83º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3DFF01 is Cyan = 0.76, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.

Color convert

RGB 61 255 1 -
CMYK 0.76 0 1.00 0
HSL 105.83º 1% 0.5% -
HSV(B) 105.83º 1% 1% -
XYZ 37.69 72.51 12.04 -
YUV 168.04 33.73 51.65 -
System Red Green Blue C M Y K H S L
Decimal 61 255 1 0.76 0 1.00 0 105.83 1 0.5
Hex 3D FF 1 4C 0 64 0 6A 64 32
Octal 75 377 1 114 0 144 0 152 144 62
Binary 111101 11111111 1 1001100 0 1100100 0 1101010 1100100 110010

Color Harmonies of #3DFF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DFF01

Black with #3DFF01

Text Example


Text Example

White with #3DFF01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,255,1); }

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

background-color css

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

 a { background-color: rgb(61,255,1); }

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

border-color css

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

 span { border-color: rgb(61,255,1); }

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