#3CF204

Color #3CF204 Harlequin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harlequin #3CF204

Tints of Harlequin #3CF204

Color information

#3CF204 (or 0x3CF204) is unknown color: approx Harlequin. HEX triplet: 3C, F2 and 04. RGB value is (60,242,4). Sum of RGB (Red+Green+Blue) = 60+242+4=306 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.61% from 306); Green value is 242 (94.92% from 255 or 79.08% from 306); Blue value is 4 (1.95% from 255 or 1.31% from 306); Max value from RGB is 242 - color contains mainly: green. Hex color #3CF204 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CF204 is #C30DFB. Grayscale: #A1A1A1. Windows color (decimal): -12783100 or 324156. OLE color: 324156.

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

Color convert

RGB602424-
CMYK0.7500.980.05
HSL105.88º96.75%48.24%-
HSV(B)105.88º98.35%94.9%-
XYZ33.6464.4710.79-
YUV160.4539.756.35-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.61%
GREEN value IS 242 (94.92% from 255) = 79.08%
BLUE value IS 4 (1.95% from 255) = 1.31%
R=19.61%
G=79.08%
B=1.31%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal6024240.7500.980.05105.8896.7548.24
Hex3CF244B06256a6130
Octal7436241130142515214160
Binary1111001111001010010010110110001010111010101100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CF204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3CF204;
 }
 .AnyTagClassName
 {
   color: #3CF204;
 }
</style>
background-color css

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

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

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

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

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

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