Html Css Color HEX #3CF006 Harlequin

📋 copy color: '#3CF006'

red 60 ◦ green 240 ◦ blue 6

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

Shades of Harlequin #3CF006

Tints of Harlequin #3CF006

RGB

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

 GREEN value IS 240 (94.14% from 255) = 78.43%

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

R = 19.61%
G = 78.43%
B = 1.96%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#3CF006 (or 0x3CF006) is known color: Harlequin. HEX triplet: 3C, F0 and 06. RGB value is (60,240,6). Sum of RGB (Red+Green+Blue) = 60+240+6=306 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.61% from 306); Green value is 240 (94.14% from 255 or 78.43% from 306); Blue value is 6 (2.73% from 255 or 1.96% from 306); Max value from RGB is 240 - color contains mainly: green. Hex color #3CF006 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CF006 is #C30FF9. Grayscale: #A0A0A0. Windows color (decimal): -12783610 or 454716. OLE color: 454716.

HSL color Cylindrical-coordinate representation of color #3CF006: hue angle of 106.15º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3CF006 is Cyan = 0.75, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.

Color convert

RGB 60 240 6 -
CMYK 0.75 0 0.98 0.06
HSL 106.15º 0.95% 0.48% -
HSV(B) 106.15º 0.98% 0.94% -
XYZ 33.06 63.29 10.65 -
YUV 159.5 41.37 57.03 -
System Red Green Blue C M Y K H S L
Decimal 60 240 6 0.75 0 0.98 0.06 106.15 0.95 0.48
Hex 3C F0 6 4B 0 62 6 6A 5F 30
Octal 74 360 6 113 0 142 6 152 137 60
Binary 111100 11110000 110 1001011 0 1100010 110 1101010 1011111 110000

Color Harmonies of #3CF006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF006

Black with #3CF006

Text Example


Text Example

White with #3CF006

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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