#3CF020

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

Shades of Harlequin #3CF020

Tints of Harlequin #3CF020

Color information

#3CF020 (or 0x3CF020) is unknown color: approx Harlequin. HEX triplet: 3C, F0 and 20. RGB value is (60,240,32). Sum of RGB (Red+Green+Blue) = 60+240+32=332 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.07% from 332); Green value is 240 (94.14% from 255 or 72.29% from 332); Blue value is 32 (12.89% from 255 or 9.64% from 332); Max value from RGB is 240 - color contains mainly: green. Hex color #3CF020 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF020 is #C30FDF. Grayscale: #A3A3A3. Windows color (decimal): -12783584 or 2158652. OLE color: 2158652.

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

Color convert

RGB6024032-
CMYK0.7500.870.06
HSL111.92º87.39%53.33%-
HSV(B)111.92º86.67%94.12%-
XYZ33.2863.3911.85-
YUV162.4754.3754.91-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.07%
GREEN value IS 240 (94.14% from 255) = 72.29%
BLUE value IS 32 (12.89% from 255) = 9.64%
R=18.07%
G=72.29%
B=9.64%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal60240320.7500.870.06111.9287.3953.33
Hex3CF0204B0576705735
Octal74360401130127616012765
Binary1111001111000010000010010110101011111011100001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CF020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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