Html Css Color HEX #3CEC01 Harlequin

📋 copy color: '#3CEC01'

red 60 ◦ green 236 ◦ blue 1

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

Shades of Harlequin #3CEC01

Tints of Harlequin #3CEC01

RGB

 RED value IS 60 (23.83% from 255) = 20.2%

 GREEN value IS 236 (92.58% from 255) = 79.46%

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

R = 20.2%
G = 79.46%
B = 0.34%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#3CEC01 (or 0x3CEC01) is known color: Harlequin. HEX triplet: 3C, EC and 01. RGB value is (60,236,1). Sum of RGB (Red+Green+Blue) = 60+236+1=297 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.20% from 297); Green value is 236 (92.58% from 255 or 79.46% from 297); Blue value is 1 (0.78% from 255 or 0.34% from 297); Max value from RGB is 236 - color contains mainly: green. Hex color #3CEC01 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CEC01 is #C313FE. Grayscale: #9D9D9D. Windows color (decimal): -12784639 or 126012. OLE color: 126012.

HSL color Cylindrical-coordinate representation of color #3CEC01: hue angle of 104.94º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3CEC01 is Cyan = 0.75, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 60 236 1 -
CMYK 0.75 0 1.00 0.07
HSL 104.94º 0.99% 0.46% -
HSV(B) 104.94º 1% 0.93% -
XYZ 31.86 60.95 10.11 -
YUV 156.59 40.19 59.11 -
System Red Green Blue C M Y K H S L
Decimal 60 236 1 0.75 0 1.00 0.07 104.94 0.99 0.46
Hex 3C EC 1 4B 0 64 7 69 63 2E
Octal 74 354 1 113 0 144 7 151 143 56
Binary 111100 11101100 1 1001011 0 1100100 111 1101001 1100011 101110

Color Harmonies of #3CEC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CEC01

Black with #3CEC01

Text Example


Text Example

White with #3CEC01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,236,1); }

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

background-color css

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

 a { background-color: rgb(60,236,1); }

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

border-color css

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

 span { border-color: rgb(60,236,1); }

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