#3ffc00

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

Shades of Harlequin #3FFC00

Tints of Harlequin #3FFC00

Color information

#3FFC00 (or 0x3FFC00) is unknown color: approx Harlequin. HEX triplet: 3F, FC and 00. RGB value is (63,252,0). Sum of RGB (Red+Green+Blue) = 63+252+0=315 (41% of max value = 765). Red value is 63 (25% from 255 or 20% from 315); Green value is 252 (98.83% from 255 or 80% from 315); Blue value is 0 (0.39% from 255 or 0% from 315); Max value from RGB is 252 - color contains mainly: green. Hex color #3FFC00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FFC00 is #C003FF. Grayscale: #A7A7A7. Windows color (decimal): -12583936 or 64575. OLE color: 64575.

HSL color Cylindrical-coordinate representation of color #3FFC00: hue angle of 105º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3FFC00 is Cyan = 0.75, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.01.

Color convert

RGB632520-
CMYK0.75010.01
HSL105º100%49.41%-
HSV(B)105º100%98.82%-
XYZ36.8670.6811.7-
YUV166.7633.8853.99-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20%
GREEN value IS 252 (98.83% from 255) = 80%
BLUE value IS 0 (0.39% from 255) = 0%
R=20%
G=80%
B=0%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal6325200.75010.0110510049.41
Hex3FFC04B0641696431
Octal7737401130144115114461
Binary111111111111000100101101100100111010011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ffc00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,252,0); }

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

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

 a { background-color: rgb(63,252,0); }

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

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

 span { border-color: rgb(63,252,0); }

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