#3AFC00

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

Shades of Harlequin #3AFC00

Tints of Harlequin #3AFC00

Color information

#3AFC00 (or 0x3AFC00) is unknown color: approx Harlequin. HEX triplet: 3A, FC and 00. RGB value is (58,252,0). Sum of RGB (Red+Green+Blue) = 58+252+0=310 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.71% from 310); Green value is 252 (98.83% from 255 or 81.29% from 310); Blue value is 0 (0.39% from 255 or 0% from 310); Max value from RGB is 252 - color contains mainly: green. Hex color #3AFC00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AFC00 is #C503FF. Grayscale: #A6A6A6. Windows color (decimal): -12911616 or 64570. OLE color: 64570.

HSL color Cylindrical-coordinate representation of color #3AFC00: hue angle of 106.19º 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 #3AFC00 is Cyan = 0.77, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.01.

Color convert

RGB582520-
CMYK0.77010.01
HSL106.19º100%49.41%-
HSV(B)106.19º100%98.82%-
XYZ36.5670.5211.69-
YUV165.2734.7351.49-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.71%
GREEN value IS 252 (98.83% from 255) = 81.29%
BLUE value IS 0 (0.39% from 255) = 0%
R=18.71%
G=81.29%
B=0%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal5825200.77010.01106.1910049.41
Hex3AFC04D06416a6431
Octal7237401150144115214461
Binary111010111111000100110101100100111010101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AFC00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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