#3CF41A

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

Shades of Harlequin #3CF41A

Tints of Harlequin #3CF41A

Color information

#3CF41A (or 0x3CF41A) is unknown color: approx Harlequin. HEX triplet: 3C, F4 and 1A. RGB value is (60,244,26). Sum of RGB (Red+Green+Blue) = 60+244+26=330 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.18% from 330); Green value is 244 (95.70% from 255 or 73.94% from 330); Blue value is 26 (10.55% from 255 or 7.88% from 330); Max value from RGB is 244 - color contains mainly: green. Hex color #3CF41A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF41A is #C30BE5. Grayscale: #A4A4A4. Windows color (decimal): -12782566 or 1766460. OLE color: 1766460.

HSL color Cylindrical-coordinate representation of color #3CF41A: hue angle of 110.64º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3CF41A is Cyan = 0.75, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.

Color convert

RGB6024426-
CMYK0.7500.890.04
HSL110.64º90.83%52.94%-
HSV(B)110.64º89.34%95.69%-
XYZ34.465.7411.85-
YUV164.1350.0453.73-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.18%
GREEN value IS 244 (95.70% from 255) = 73.94%
BLUE value IS 26 (10.55% from 255) = 7.88%
R=18.18%
G=73.94%
B=7.88%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal60244260.7500.890.04110.6490.8352.94
Hex3CF41A4B05946f5b35
Octal74364321130131415713365
Binary111100111101001101010010110101100110011011111011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CF41A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,244,26); }

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

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

 a { background-color: rgb(60,244,26); }

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

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

 span { border-color: rgb(60,244,26); }

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