Html Css Color HEX #3DDC01 Harlequin

📋 copy color: '#3DDC01'

red 61 ◦ green 220 ◦ blue 1

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

Shades of Harlequin #3DDC01

Tints of Harlequin #3DDC01

RGB

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

 GREEN value IS 220 (86.33% from 255) = 78.01%

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

R = 21.63%
G = 78.01%
B = 0.35%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 1.00

 K value IS 0.14

RGB Variations

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

Color information

#3DDC01 (or 0x3DDC01) is known color: Harlequin. HEX triplet: 3D, DC and 01. RGB value is (61,220,1). Sum of RGB (Red+Green+Blue) = 61+220+1=282 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.63% from 282); Green value is 220 (86.33% from 255 or 78.01% from 282); Blue value is 1 (0.78% from 255 or 0.35% from 282); Max value from RGB is 220 - color contains mainly: green. Hex color #3DDC01 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DDC01 is #C223FE. Grayscale: #949494. Windows color (decimal): -12723199 or 121917. OLE color: 121917.

HSL color Cylindrical-coordinate representation of color #3DDC01: hue angle of 103.56º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3DDC01 is Cyan = 0.72, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 61 220 1 -
CMYK 0.72 0 1.00 0.14
HSL 103.56º 0.99% 0.43% -
HSV(B) 103.56º 1% 0.86% -
XYZ 27.52 52.18 8.65 -
YUV 147.49 45.32 66.31 -
System Red Green Blue C M Y K H S L
Decimal 61 220 1 0.72 0 1.00 0.14 103.56 0.99 0.43
Hex 3D DC 1 48 0 64 E 68 63 2B
Octal 75 334 1 110 0 144 16 150 143 53
Binary 111101 11011100 1 1001000 0 1100100 1110 1101000 1100011 101011

Color Harmonies of #3DDC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DDC01

Black with #3DDC01

Text Example


Text Example

White with #3DDC01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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