#3CFA28

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

Shades of Harlequin #3CFA28

Tints of Harlequin #3CFA28

Color information

#3CFA28 (or 0x3CFA28) is unknown color: approx Harlequin. HEX triplet: 3C, FA and 28. RGB value is (60,250,40). Sum of RGB (Red+Green+Blue) = 60+250+40=350 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.14% from 350); Green value is 250 (98.05% from 255 or 71.43% from 350); Blue value is 40 (16.02% from 255 or 11.43% from 350); Max value from RGB is 250 - color contains mainly: green. Hex color #3CFA28 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CFA28 is #C305D7. Grayscale: #A9A9A9. Windows color (decimal): -12781016 or 2685500. OLE color: 2685500.

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

Color convert

RGB6025040-
CMYK0.7600.840.02
HSL114.29º95.45%56.86%-
HSV(B)114.29º84%98.04%-
XYZ36.4369.4913.5-
YUV169.2555.0550.08-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.14%
GREEN value IS 250 (98.05% from 255) = 71.43%
BLUE value IS 40 (16.02% from 255) = 11.43%
R=17.14%
G=71.43%
B=11.43%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal60250400.7600.840.02114.2995.4556.86
Hex3CFA284C0542725f39
Octal74372501140124216213771
Binary111100111110101010001001100010101001011100101011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CFA28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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