Html Css Color HEX #3CFA07 Harlequin

📋 copy color: '#3CFA07'

red 60 ◦ green 250 ◦ blue 7

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

Shades of Harlequin #3CFA07

Tints of Harlequin #3CFA07

RGB

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

 GREEN value IS 250 (98.05% from 255) = 78.86%

 BLUE value IS 7 (3.13% from 255) = 2.21%

R = 18.93%
G = 78.86%
B = 2.21%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#3CFA07 (or 0x3CFA07) is known color: Harlequin. HEX triplet: 3C, FA and 07. RGB value is (60,250,7). Sum of RGB (Red+Green+Blue) = 60+250+7=317 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.93% from 317); Green value is 250 (98.05% from 255 or 78.86% from 317); Blue value is 7 (3.12% from 255 or 2.21% from 317); Max value from RGB is 250 - color contains mainly: green. Hex color #3CFA07 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CFA07 is #C305F8. Grayscale: #A6A6A6. Windows color (decimal): -12781049 or 522812. OLE color: 522812.

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

Color convert

RGB 60 250 7 -
CMYK 0.76 0 0.97 0.02
HSL 106.91º 0.96% 0.5% -
HSV(B) 106.91º 0.97% 0.98% -
XYZ 36.09 69.35 11.68 -
YUV 165.49 38.55 52.76 -
System Red Green Blue C M Y K H S L
Decimal 60 250 7 0.76 0 0.97 0.02 106.91 0.96 0.5
Hex 3C FA 7 4C 0 61 2 6B 60 32
Octal 74 372 7 114 0 141 2 153 140 62
Binary 111100 11111010 111 1001100 0 1100001 10 1101011 1100000 110010

Color Harmonies of #3CFA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CFA07

Black with #3CFA07

Text Example


Text Example

White with #3CFA07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,250,7); }

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

background-color css

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

 a { background-color: rgb(60,250,7); }

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

border-color css

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

 span { border-color: rgb(60,250,7); }

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