Html Css Color HEX #3CF201 Harlequin

📋 copy color: '#3CF201'

red 60 ◦ green 242 ◦ blue 1

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

Shades of Harlequin #3CF201

Tints of Harlequin #3CF201

RGB

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

 GREEN value IS 242 (94.92% from 255) = 79.87%

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

R = 19.8%
G = 79.87%
B = 0.33%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#3CF201 (or 0x3CF201) is known color: Harlequin. HEX triplet: 3C, F2 and 01. RGB value is (60,242,1). Sum of RGB (Red+Green+Blue) = 60+242+1=303 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.80% from 303); Green value is 242 (94.92% from 255 or 79.87% from 303); Blue value is 1 (0.78% from 255 or 0.33% from 303); Max value from RGB is 242 - color contains mainly: green. Hex color #3CF201 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CF201 is #C30DFE. Grayscale: #A0A0A0. Windows color (decimal): -12783103 or 127548. OLE color: 127548.

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

Color convert

RGB 60 242 1 -
CMYK 0.75 0 1.00 0.05
HSL 105.31º 0.99% 0.48% -
HSV(B) 105.31º 1% 0.95% -
XYZ 33.62 64.47 10.7 -
YUV 160.11 38.2 56.6 -
System Red Green Blue C M Y K H S L
Decimal 60 242 1 0.75 0 1.00 0.05 105.31 0.99 0.48
Hex 3C F2 1 4B 0 64 5 69 63 30
Octal 74 362 1 113 0 144 5 151 143 60
Binary 111100 11110010 1 1001011 0 1100100 101 1101001 1100011 110000

Color Harmonies of #3CF201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF201

Black with #3CF201

Text Example


Text Example

White with #3CF201

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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