Html Css Color HEX #3CFC06 Harlequin

📋 copy color: '#3CFC06'

red 60 ◦ green 252 ◦ blue 6

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

Shades of Harlequin #3CFC06

Tints of Harlequin #3CFC06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.89%

R = 18.87%
G = 79.25%
B = 1.89%

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

#3CFC06 (or 0x3CFC06) is known color: Harlequin. HEX triplet: 3C, FC and 06. RGB value is (60,252,6). Sum of RGB (Red+Green+Blue) = 60+252+6=318 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.87% from 318); Green value is 252 (98.83% from 255 or 79.25% from 318); Blue value is 6 (2.73% from 255 or 1.89% from 318); Max value from RGB is 252 - color contains mainly: green. Hex color #3CFC06 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CFC06 is #C303F9. Grayscale: #A7A7A7. Windows color (decimal): -12780538 or 457788. OLE color: 457788.

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

Color convert

RGB 60 252 6 -
CMYK 0.76 0 0.98 0.01
HSL 106.83º 0.98% 0.51% -
HSV(B) 106.83º 0.98% 0.99% -
XYZ 36.71 70.59 11.86 -
YUV 166.55 37.39 52 -
System Red Green Blue C M Y K H S L
Decimal 60 252 6 0.76 0 0.98 0.01 106.83 0.98 0.51
Hex 3C FC 6 4C 0 62 1 6B 62 33
Octal 74 374 6 114 0 142 1 153 142 63
Binary 111100 11111100 110 1001100 0 1100010 1 1101011 1100010 110011

Color Harmonies of #3CFC06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CFC06

Black with #3CFC06

Text Example


Text Example

White with #3CFC06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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