Html Css Color HEX #3CFC04 Harlequin

📋 copy color: '#3CFC04'

red 60 ◦ green 252 ◦ blue 4

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

Shades of Harlequin #3CFC04

Tints of Harlequin #3CFC04

RGB

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

 GREEN value IS 252 (98.83% from 255) = 79.75%

 BLUE value IS 4 (1.95% from 255) = 1.27%

R = 18.99%
G = 79.75%
B = 1.27%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#3CFC04 (or 0x3CFC04) is known color: Harlequin. HEX triplet: 3C, FC and 04. RGB value is (60,252,4). Sum of RGB (Red+Green+Blue) = 60+252+4=316 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.99% from 316); Green value is 252 (98.83% from 255 or 79.75% from 316); Blue value is 4 (1.95% from 255 or 1.27% from 316); Max value from RGB is 252 - color contains mainly: green. Hex color #3CFC04 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CFC04 is #C303FB. Grayscale: #A7A7A7. Windows color (decimal): -12780540 or 326716. OLE color: 326716.

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

Color convert

RGB 60 252 4 -
CMYK 0.76 0 0.98 0.01
HSL 106.45º 0.98% 0.5% -
HSV(B) 106.45º 0.98% 0.99% -
XYZ 36.7 70.59 11.81 -
YUV 166.32 36.39 52.17 -
System Red Green Blue C M Y K H S L
Decimal 60 252 4 0.76 0 0.98 0.01 106.45 0.98 0.5
Hex 3C FC 4 4C 0 62 1 6A 62 32
Octal 74 374 4 114 0 142 1 152 142 62
Binary 111100 11111100 100 1001100 0 1100010 1 1101010 1100010 110010

Color Harmonies of #3CFC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CFC04

Black with #3CFC04

Text Example


Text Example

White with #3CFC04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,252,4); }

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

background-color css

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

 a { background-color: rgb(60,252,4); }

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

border-color css

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

 span { border-color: rgb(60,252,4); }

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